Commit dd982ac9 by bergquist

tech(build): dont include buildnumber when building tags

parent ac6b5ea7
...@@ -29,7 +29,11 @@ rvm use 2.1.9 --default ...@@ -29,7 +29,11 @@ rvm use 2.1.9 --default
gem install fpm -v 1.4 gem install fpm -v 1.4
go run build.go package latest 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/ 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