From 8371546a66f7ce1698422fa2456226cac88fce92 Mon Sep 17 00:00:00 2001 From: Ross McDonald Date: Tue, 3 May 2016 11:26:08 -0500 Subject: [PATCH] Disable circle uploads to S3 until more testing can be done for external PR's. --- scripts/circle-test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/circle-test.sh b/scripts/circle-test.sh index fb45d25e1..2333b5b73 100755 --- a/scripts/circle-test.sh +++ b/scripts/circle-test.sh @@ -77,7 +77,4 @@ if [ $? -eq 0 ]; then echo $tag exit_if_fail ./scripts/build.py --release --package --version=$tag --platform=all --arch=all --upload --bucket=dl.influxdata.com/telegraf/releases mv build $CIRCLE_ARTIFACTS -else - # Upload Linux build artifact to S3 - ./scripts/build.py --package --upload fi