We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22d3fd8 + fb78537 commit efbb449Copy full SHA for efbb449
1 file changed
entrypoint.sh
@@ -38,7 +38,7 @@ else
38
ROLLBAR_DEPLOY_ID=$(echo $RESPONSE | jq -r '.result.id')
39
fi
40
41
-If not ROLLBAR_DEPLOY_ID something failed
+# If not ROLLBAR_DEPLOY_ID something failed
42
if [[ "$ROLLBAR_DEPLOY_ID" == "null" ]]; then
43
exit 1
44
0 commit comments