1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Docker upgrade

This commit is contained in:
Ricardo Hernandez-Montoya 2017-06-30 10:37:15 +02:00
parent 7dfed9e632
commit 95be14cef7

View file

@ -52,6 +52,7 @@ deploy_review:
before_script:
- apk add --no-cache py-pip
- pip install docker-compose
- pip install -U docker==2.4.2
- mkdir -p $DOCKER_CERT_PATH
- echo "$DEPLOYMENT_CACERT" > $DOCKER_CERT_PATH/ca.pem
- echo "$DEPLOYMENT_CLIENT_CERT" > $DOCKER_CERT_PATH/cert.pem
@ -64,7 +65,5 @@ deploy_review:
image: docker:17
dependencies:
- build_job
only:
- develop
tags:
- docker