We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9072b9 commit c37e336Copy full SHA for c37e336
.circleci/config.yml
@@ -59,6 +59,7 @@ jobs:
59
source version
60
export VERSION;
61
VERSION=$VERSION.${CIRCLE_BUILD_NUM}
62
+ export VERSION;
63
echo $VERSION
64
go get -v -t -d ./...
65
git config user.email "[email protected]"
0 commit comments