mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Modify docker login cmd to use --password-stdin and avoid warning
This commit is contained in:
parent
612632e4fc
commit
788d069b53
@ -34,7 +34,7 @@ install:
|
||||
|
||||
before_script:
|
||||
- docker-compose -v
|
||||
- docker login -u $DOCKER_UN -p $DOCKER_PW
|
||||
- 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