Skip to content

Commit 9873bc0

Browse files
committed
In circle build, show git describe errors
1 parent a4c0705 commit 9873bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stages:
1515
go build
1616
- type: deploy
1717
command: |
18-
tag=$(git describe --exact-match --tags 2> /dev/null)
18+
tag=$(git describe --exact-match --tags)
1919
if [ $? = 0 ]; then
2020
go get github.com/mitchellh/gox
2121
go get github.com/tcnksm/ghr

0 commit comments

Comments
 (0)