From 88a11e6a6782f6b2dea3beb2c19ac491b362d1c0 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 7 Aug 2017 17:41:52 -0700 Subject: [PATCH] Fix artifact redirection --- 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 bf5b44eab..8391a308f 100755 --- a/scripts/circle-test.sh +++ b/scripts/circle-test.sh @@ -69,7 +69,7 @@ tmpdir=$(mktemp -d) exit_if_fail ./telegraf -config $tmpdir/config.toml \ -test -input-filter cpu:mem -gzip telegraf -c "$CIRCLE_ARTIFACTS/telegraf.gz" +gzip telegraf -c > "$CIRCLE_ARTIFACTS/telegraf.gz" if git describe --exact-match HEAD; then # install fpm (packaging dependency)