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 d5e5c28 commit 1ed0222Copy full SHA for 1ed0222
.github/scripts/gitlab
@@ -84,6 +84,7 @@ poll.commit.status ()
84
85
let attempt+=1
86
laststatus="pending"
87
+ status="new"
88
89
while true; do
90
attempt=$(($attempt + 1))
@@ -92,7 +93,7 @@ poll.commit.status ()
92
93
info "polling commit status: ${attempt} or ${POLL_ATTEMPTS}"
94
95
if [ "${status}" != "${laststatus}" ]; then
- info "- pipeline in ${status:-$laststatus}"
96
+ info "- pipeline in ${status} was ${laststatus:-}"
97
fi
98
99
case "${status}" in
0 commit comments