Skip to content

Commit 7646ae1

Browse files
Update circleci_pipeline_metadata.sh
1 parent 4cb262a commit 7646ae1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/scripts/circleci_pipeline_metadata.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
set -euo pipefail
2+
3+
MSG_DES="${1:-}"
4+
25
sudo apt-get update -y && sudo apt-get install -y jq
36

47
VCS="github"
@@ -10,6 +13,7 @@ JOB_URL="https://app.circleci.com/pipelines/${VCS}/${CIRCLE_PROJECT_USERNAME}/${
1013

1114
MSG="$(cat <<EOF
1215
----------- Circle-Ci Error -------------
16+
Description: $MSG_DES
1317
1418
project_name=${CIRCLE_PROJECT_REPONAME}
1519
org=${CIRCLE_PROJECT_USERNAME}

0 commit comments

Comments
 (0)