Skip to content

Commit 65cbfd6

Browse files
authored
Merge pull request #84 from replicatedhq/goreleaser-version
pin goreleaser version
2 parents 7986bd1 + 5edcc62 commit 65cbfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ script:
1111
after_success:
1212
- test -n "$TRAVIS_TAG" && make package_docker_docs
1313
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKERHUB_DOCKER_USER" -p="$DOCKERHUB_DOCKER_PASS"
14-
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
14+
- test -n "$TRAVIS_TAG" && curl -sL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s v0.123.3
1515
- test -n "$TRAVIS_TAG" && make publish-pacts

0 commit comments

Comments
 (0)