Skip to content

Commit d4e999a

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

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
@@ -22,7 +22,7 @@ pipeline_id=$(curl --header "PRIVATE-TOKEN: $GITLAB_PASSWORD" "https://${GITLAB_
2222

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

2727
ci_status="pending"
2828

0 commit comments

Comments
 (0)