Skip to content

Commit

Permalink
Merge pull request #9 from devilbox/release-0.8
Browse files Browse the repository at this point in the history
Fix travis login
  • Loading branch information
cytopia authored Apr 12, 2018
2 parents ce2069d + 6bc85d4 commit d432257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ before_script:
###
script:
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
docker login --username "${DOCKER_USERNAME}" --password "${DOCKER_PASSWORD}" &&
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin &&
if [ "${TRAVIS_BRANCH}" == "master" ]; then
docker push "${IMAGE}:${PHP}-base";
docker push "${IMAGE}:${PHP}-mods";
Expand Down

0 comments on commit d432257

Please sign in to comment.