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 00430c5 commit 41504f3Copy full SHA for 41504f3
entrypoint.sh
@@ -20,7 +20,7 @@ sleep $POLL_TIMEOUT
20
21
pipeline_id=$(curl --header "PRIVATE-TOKEN: $GITLAB_PASSWORD" "https://${GITLAB_HOSTNAME}/api/v4/projects/${GITLAB_PROJECT_ID}/repository/commits/${branch}" | jq '.last_pipeline.id')
22
23
-echo "Triggered CI for branch $branch}"
+echo "Triggered CI for branch ${branch}"
24
echo "Working with pipeline id #${pipeline_id}"
25
echo "Poll timeout set to ${POLL_TIMEOUT}
26
0 commit comments