Skip to content

Commit

Permalink
update goreleaser path
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed Jun 18, 2024
1 parent de964c8 commit a1e1f0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:

# script: ./scripts/runTestsOnTravis.sh $TEST_SUITE
# script: curl -o goreleaser.tar.gz -sLf https://github.com/goreleaser/goreleaser/releases/download/v1.26.2/goreleaser_Linux_x86_64.tar.gz && tar -xvf goreleaser.tar.gz && ./goreleaser --skip-publish --skip-validate
script: curl -o cosign -sfL https://github.com/sigstore/cosign/releases/download/v2.2.4/cosign-linux-amd64 && mv -f ./cosign /usr/local/bin/cosign && curl -sfL https://goreleaser.com/static/run | VERSION=v1.26.2 bash -s -- check
# script: curl -o cosign -sfL https://github.com/sigstore/cosign/releases/download/v2.2.4/cosign-linux-amd64 && mv -f ./cosign /usr/local/bin/cosign && curl -sfL https://goreleaser.com/static/run | VERSION=v1.26.2 bash -s -- check
script: curl -o goreleaser.tar.gz -sLf https://github.com/goreleaser/goreleaser/releases/download/v1.26.2/goreleaser_Linux_x86_64.tar.gz && tar -xvf goreleaser.tar.gz -C /tmp/goreleaser && /tmp/goreleaser/goreleaser --skip-publish

deploy:
provider: script
Expand Down

0 comments on commit a1e1f0b

Please sign in to comment.