Skip to content
Snippets Groups Projects
Unverified Commit 5224b526 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Hide output of git describe

parent 371638ce
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment