Hide output of git describe

This commit is contained in:
Daniel Nelson 2017-08-22 13:32:52 -07:00
parent 371638ce56
commit 5224b526f4
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ exit_if_fail ./telegraf -config $tmpdir/config.toml \
gzip telegraf -c > "$CIRCLE_ARTIFACTS/telegraf.gz"
if git describe --exact-match HEAD; then
if git describe --exact-match HEAD 2>&1 >/dev/null; then
# install fpm (packaging dependency)
exit_if_fail gem install fpm
# install boto & rpm (packaging & AWS dependencies)