Remove installation of docker-compose from .gitlab-ci.yml
This commit is contained in:
@@ -52,8 +52,6 @@ deploy:
|
||||
- mkdir -p ~/.ssh
|
||||
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
- wget https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose
|
||||
- chmod a+x /usr/local/bin/docker-compose
|
||||
script:
|
||||
- python -V
|
||||
- docker-compose build
|
||||
|
||||
Reference in New Issue
Block a user