Update .gitlab-ci.yml

This commit is contained in:
Ben Shiller 2021-02-28 06:40:25 +00:00
parent 2969bf7853
commit 80dd569051

View File

@ -22,7 +22,11 @@ before_script:
- python -V # Print out python version for debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- source venv/bin/activate- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
test:
script: