Debug goreleaser
This commit is contained in:
+2
-1
@@ -64,12 +64,13 @@ after_success:
|
|||||||
# `travis encrypt-file snap.login --add` to add the key to the travis
|
# `travis encrypt-file snap.login --add` to add the key to the travis
|
||||||
# environment.
|
# environment.
|
||||||
- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login
|
- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login
|
||||||
|
- git diff
|
||||||
|
|
||||||
# calls goreleaser
|
# calls goreleaser
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: curl -sL https://git.io/goreleaser | bash
|
script: curl -sL https://git.io/goreleaser | bash ; or git diff
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
condition: $TRAVIS_OS_NAME = linux
|
condition: $TRAVIS_OS_NAME = linux
|
||||||
|
|||||||
Reference in New Issue
Block a user