Skip to content

Commit 04aa383

Browse files
committed
disable curl progress bar
1 parent c6f0440 commit 04aa383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post-deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ main() {
1414
\"url\": \"$URL\", \
1515
\"version\": \"$HOOK_VERSION\" \
1616
}"
17-
SENTRY_RESULT=$(curl -X POST -H "Content-Type: application/json" -d "$SENTRY_JSON" "${SENTRY_URL}")
17+
SENTRY_RESULT=$(curl -s -S -X POST -H "Content-Type: application/json" -d "$SENTRY_JSON" "${SENTRY_URL}")
1818
echo " ${SENTRY_RESULT}"
1919
fi
2020
}

0 commit comments

Comments
 (0)