Skip to content

Commit 41504f3

Browse files
authored
Update entrypoint.sh
1 parent 00430c5 commit 41504f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sleep $POLL_TIMEOUT
2020

2121
pipeline_id=$(curl --header "PRIVATE-TOKEN: $GITLAB_PASSWORD" "https://${GITLAB_HOSTNAME}/api/v4/projects/${GITLAB_PROJECT_ID}/repository/commits/${branch}" | jq '.last_pipeline.id')
2222

23-
echo "Triggered CI for branch $branch}"
23+
echo "Triggered CI for branch ${branch}"
2424
echo "Working with pipeline id #${pipeline_id}"
2525
echo "Poll timeout set to ${POLL_TIMEOUT}
2626

0 commit comments

Comments
 (0)