Newer
Older
image: "python:3.5"
before_script:
- python --version
- eval $(ssh-agent -s) # Run ssh-agent
- ssh-add <(echo "$SSH_KEY_JUTIL") # Add SSH key for jutil to the agent store
- echo "Done"
image: "python:3.5"
before_script:
- python --version
- eval $(ssh-agent -s) # Run ssh-agent
- ssh-add <(echo "$SSH_KEY_JUTIL") # Add SSH key for jutil to the agent store
- echo "Done"