We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb05aa0 commit 9d744acCopy full SHA for 9d744ac
.circleci/scripts/circleci_pipeline_metadata.sh
@@ -32,8 +32,6 @@ EOF
32
MSG="${MSG//%PIPELINE_URL%/${PIPELINE_URL}}"
33
MSG="${MSG//%WORKFLOW_URL%/${WORKFLOW_URL}}"
34
35
-echo "DEBUG MSG:"
36
-echo "$MSG"
37
38
# Construye JSON con jq; preserva saltos de línea como \n
39
PAYLOAD="$(jq -n --arg t "$MSG" '{text:$t}')"
0 commit comments