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 41504f3 commit d4e999aCopy full SHA for d4e999a
entrypoint.sh
@@ -22,7 +22,7 @@ pipeline_id=$(curl --header "PRIVATE-TOKEN: $GITLAB_PASSWORD" "https://${GITLAB_
22
23
echo "Triggered CI for branch ${branch}"
24
echo "Working with pipeline id #${pipeline_id}"
25
-echo "Poll timeout set to ${POLL_TIMEOUT}
+echo "Poll timeout set to ${POLL_TIMEOUT}"
26
27
ci_status="pending"
28
0 commit comments