Commit c30a87d2 authored by Dennis Willers's avatar Dennis Willers 🏀

Update .gitlab-ci.yml

parent 00542a98
Pipeline #301 passed with stages
in 2 minutes and 17 seconds
...@@ -16,7 +16,7 @@ delete-old-container: ...@@ -16,7 +16,7 @@ delete-old-container:
stage: delete stage: delete
image: tetraweb/php:7.1 image: tetraweb/php:7.1
before_script: before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - "which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )"
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment