Need to docker login before pulling images

To avoid triggering the Download rate limite
master
ofthesun9 3 years ago
parent 6518ef19af
commit 612632e4fc
No known key found for this signature in database
GPG Key ID: A29786D1EA6276FF

@ -34,6 +34,7 @@ install:
before_script:
- docker-compose -v
- docker login -u $DOCKER_UN -p $DOCKER_PW
- docker-compose -f tests/build.yml build
- sudo -- sh -c 'mkdir -p /mailu && cp -r tests/certs /mailu && chmod 600 /mailu/certs/*'

Loading…
Cancel
Save