From d2e3be8c0d73acaef30d4bb6a38f81050481e27e Mon Sep 17 00:00:00 2001 From: mike seibel Date: Fri, 12 Mar 2021 13:21:50 -0800 Subject: [PATCH] hush pushgateway curl --- scripts/management_command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/management_command.sh b/scripts/management_command.sh index 13777a5..31c0780 100644 --- a/scripts/management_command.sh +++ b/scripts/management_command.sh @@ -19,7 +19,7 @@ if [[ -v PUSHGATEWAY ]]; then LABELS="job=\"${JOB}\",instance=\"${RELEASE_ID}\"" PUSHGATEWAY_PATH="metrics/job/${JOB}/instance/${RELEASE_ID}" - cat <