From a1e7a5f4749952a61f006a4f6549a5e1a1e04db0 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 7 Aug 2017 17:16:34 -0700 Subject: [PATCH] Upload as nightly builds if PACKAGE set --- scripts/circle-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/circle-test.sh b/scripts/circle-test.sh index 459a03ecf..4c3788e76 100755 --- a/scripts/circle-test.sh +++ b/scripts/circle-test.sh @@ -87,6 +87,6 @@ elif [ -n "${PACKAGE}" ]; then # install boto & rpm (packaging & AWS dependencies) exit_if_fail sudo apt-get install -y rpm python-boto 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 fi