Skip to content

Commit 9d744ac

Browse files
Remove debug msg
1 parent fb05aa0 commit 9d744ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/scripts/circleci_pipeline_metadata.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ EOF
3232
MSG="${MSG//%PIPELINE_URL%/${PIPELINE_URL}}"
3333
MSG="${MSG//%WORKFLOW_URL%/${WORKFLOW_URL}}"
3434

35-
echo "DEBUG MSG:"
36-
echo "$MSG"
3735

3836
# Construye JSON con jq; preserva saltos de línea como \n
3937
PAYLOAD="$(jq -n --arg t "$MSG" '{text:$t}')"

0 commit comments

Comments
 (0)