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:
parent
6518ef19af
commit
612632e4fc
@ -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…
x
Reference in New Issue
Block a user