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 4cb262a commit 7646ae1Copy full SHA for 7646ae1
.circleci/scripts/circleci_pipeline_metadata.sh
@@ -1,4 +1,7 @@
1
set -euo pipefail
2
+
3
+MSG_DES="${1:-}"
4
5
sudo apt-get update -y && sudo apt-get install -y jq
6
7
VCS="github"
@@ -10,6 +13,7 @@ JOB_URL="https://app.circleci.com/pipelines/${VCS}/${CIRCLE_PROJECT_USERNAME}/${
10
13
11
14
MSG="$(cat <<EOF
12
15
----------- Circle-Ci Error -------------
16
+Description: $MSG_DES
17
18
project_name=${CIRCLE_PROJECT_REPONAME}
19
org=${CIRCLE_PROJECT_USERNAME}
0 commit comments