We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65cbfd6 + 31ed69f commit 1633de5Copy full SHA for 1633de5
.travis.yml
@@ -11,5 +11,5 @@ script:
11
after_success:
12
- test -n "$TRAVIS_TAG" && make package_docker_docs
13
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKERHUB_DOCKER_USER" -p="$DOCKERHUB_DOCKER_PASS"
14
- - test -n "$TRAVIS_TAG" && curl -sL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s v0.123.3
+ - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | VERSION=v0.123.3 bash
15
- test -n "$TRAVIS_TAG" && make publish-pacts
0 commit comments