1
0
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:
ofthesun9 2021-01-31 15:39:32 +01:00
parent 612632e4fc
commit 788d069b53
No known key found for this signature in database
GPG Key ID: A29786D1EA6276FF

View File

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