Skip to content

Commit

Permalink
Merge pull request #85 from replicatedhq/goreleaser-version-again
Browse files Browse the repository at this point in the history
Pin goreleaser version
  • Loading branch information
emosbaugh authored Jan 13, 2020
2 parents 65cbfd6 + 31ed69f commit 1633de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ script:
after_success:
- test -n "$TRAVIS_TAG" && make package_docker_docs
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKERHUB_DOCKER_USER" -p="$DOCKERHUB_DOCKER_PASS"
- 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
- test -n "$TRAVIS_TAG" && make publish-pacts

0 comments on commit 1633de5

Please sign in to comment.