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)