Skip to content

Commit d432257

Browse files
authored
Merge pull request #9 from devilbox/release-0.8
Fix travis login
2 parents ce2069d + 6bc85d4 commit d432257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ before_script:
9595
###
9696
script:
9797
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
98-
docker login --username "${DOCKER_USERNAME}" --password "${DOCKER_PASSWORD}" &&
98+
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin &&
9999
if [ "${TRAVIS_BRANCH}" == "master" ]; then
100100
docker push "${IMAGE}:${PHP}-base";
101101
docker push "${IMAGE}:${PHP}-mods";

0 commit comments

Comments
 (0)