Skip to content

Commit 1633de5

Browse files
authored
Merge pull request #85 from replicatedhq/goreleaser-version-again
Pin goreleaser version
2 parents 65cbfd6 + 31ed69f commit 1633de5

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://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s v0.123.3
14+
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | VERSION=v0.123.3 bash
1515
- test -n "$TRAVIS_TAG" && make publish-pacts

0 commit comments

Comments
 (0)