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:
parent
fd58e75308
commit
25eddcb175
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user