Skip to content
Snippets Groups Projects
Unverified Commit a1e7a5f4 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Upload as nightly builds if PACKAGE set

parent 828c5817
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,6 @@ elif [ -n "${PACKAGE}" ]; then ...@@ -87,6 +87,6 @@ elif [ -n "${PACKAGE}" ]; then
# install boto & rpm (packaging & AWS dependencies) # install boto & rpm (packaging & AWS dependencies)
exit_if_fail sudo apt-get install -y rpm python-boto exit_if_fail sudo apt-get install -y rpm python-boto
unset GOGC unset GOGC
exit_if_fail ./scripts/build.py --package --platform=all --arch=all exit_if_fail ./scripts/build.py --nightly --package --platform=all --arch=all --upload --bucket=dl.influxdata.com/telegraf/nightlies
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