Fix artifact redirection

This commit is contained in:
Daniel Nelson 2017-08-07 17:41:52 -07:00
parent 6cbc90da50
commit 88a11e6a67
1 changed files with 1 additions and 1 deletions

View File

@ -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)