Print docker-compose version

This commit is contained in:
apanizo 2018-08-09 12:06:25 +02:00
parent 72611895a2
commit 0e91b9800d
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ before_install:
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- docker-compose -version
# Needed to deploy pull request and releases
- sudo apt-get -y install python-pip python-dev
- pip install awscli --upgrade --user