Skip to content

Commit

Permalink
updated test_release task
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwfx committed May 4, 2020
1 parent dddfa14 commit 92a7757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function release {

function test_release {
git tag v0.0.0
goreleaser --skip-publish --rm-dist -f .make/.goreleaser.yml && git tag -d v0.0.0 || git tag -d v0.0.0 && exit 1
(goreleaser --skip-publish --rm-dist -f .make/.goreleaser.yml && git tag -d v0.0.0) || (git tag -d v0.0.0 && exit 1)
(cd metamate && make test_release)
}

Expand Down

0 comments on commit 92a7757

Please sign in to comment.