1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-30 04:30:49 +02:00

Need to docker login before pulling images

To avoid triggering the Download rate limite
This commit is contained in:
ofthesun9 2021-01-31 10:58:41 +01:00
parent 6518ef19af
commit 612632e4fc
No known key found for this signature in database
GPG Key ID: A29786D1EA6276FF

View File

@ -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/*'