Fix artifact redirection
This commit is contained in:
parent
6cbc90da50
commit
88a11e6a67
|
@ -69,7 +69,7 @@ tmpdir=$(mktemp -d)
|
||||||
exit_if_fail ./telegraf -config $tmpdir/config.toml \
|
exit_if_fail ./telegraf -config $tmpdir/config.toml \
|
||||||
-test -input-filter cpu:mem
|
-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
|
if git describe --exact-match HEAD; then
|
||||||
# install fpm (packaging dependency)
|
# install fpm (packaging dependency)
|
||||||
|
|
Loading…
Reference in New Issue