Commit cefb4103 by bergquist

tech(build): disable build based on tag

parent dd982ac9
......@@ -29,11 +29,11 @@ rvm use 2.1.9 --default
gem install fpm -v 1.4
if [ -n "${CIRCLE_TAG}" ]; then
go run build.go -includeBuildNumber=false package latest
else
go run build.go package latest
fi
#if [ -n "${CIRCLE_TAG}" ]; then
#go run build.go -includeBuildNumber=false package latest
#else
go run build.go package latest
#fi
cp dist/* /tmp/dist/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment