1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-11-19 03:25:08 +01:00

fix: docker login on travis

This commit is contained in:
Carlos Alexandro Becker 2018-06-15 16:44:38 -03:00
parent fd58e75308
commit 25eddcb175
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

@ -14,7 +14,7 @@ script:
- make ci
after_success:
- bash <(curl -s https://codecov.io/bash)
# - test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
notifications:
email: false
deploy: