mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Merge #1748
1748: For travis Ci: Need to docker login before pulling images r=mergify[bot] a=ofthesun9 To avoid triggering the Download rate limit from Docker Hub ## What type of PR? enhancement ## What does this PR do? This PR add a docker login cmd before launching the build script Co-authored-by: ofthesun9 <olivier@ofthesun.net>
This commit is contained in:
commit
21d1f32885
@ -34,6 +34,7 @@ install:
|
||||
|
||||
before_script:
|
||||
- docker-compose -v
|
||||
- echo "$DOCKER_PW" | docker login --username $DOCKER_UN --password-stdin
|
||||
- docker-compose -f tests/build.yml build
|
||||
- sudo -- sh -c 'mkdir -p /mailu && cp -r tests/certs /mailu && chmod 600 /mailu/certs/*'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user