Skip to content
Snippets Groups Projects
Commit a6ed4d4c authored by Cameron Sparr's avatar Cameron Sparr
Browse files

CircleCI script, do not explicitly set version tag

parent fe6162b2
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,6 @@ if [ $? -eq 0 ]; then ...@@ -82,6 +82,6 @@ if [ $? -eq 0 ]; then
unset GOGC unset GOGC
tag=$(git describe --exact-match HEAD) tag=$(git describe --exact-match HEAD)
echo $tag echo $tag
exit_if_fail ./scripts/build.py --release --package --version=$tag --platform=all --arch=all --upload --bucket=dl.influxdata.com/telegraf/releases exit_if_fail ./scripts/build.py --release --package --platform=all --arch=all --upload --bucket=dl.influxdata.com/telegraf/releases
mv build $CIRCLE_ARTIFACTS mv build $CIRCLE_ARTIFACTS
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment