We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f0440 commit 04aa383Copy full SHA for 04aa383
post-deploy
@@ -14,7 +14,7 @@ main() {
14
\"url\": \"$URL\", \
15
\"version\": \"$HOOK_VERSION\" \
16
}"
17
- SENTRY_RESULT=$(curl -X POST -H "Content-Type: application/json" -d "$SENTRY_JSON" "${SENTRY_URL}")
+ SENTRY_RESULT=$(curl -s -S -X POST -H "Content-Type: application/json" -d "$SENTRY_JSON" "${SENTRY_URL}")
18
echo " ${SENTRY_RESULT}"
19
fi
20
}
0 commit comments