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 47a8cc5 commit d552033Copy full SHA for d552033
misc/datahub-hooks.bash
@@ -149,7 +149,7 @@ check_pipeline_badge() {
149
"${CI_API_V4_URL}/projects/$project_id/badges" \
150
| jq -r '.[].name // empty'
151
)"
152
- if [ -z "$badge" ]; then
+ if [ -z "$badge_list" ]; then
153
ret="$(curl -k -L -X POST \
154
-H "PRIVATE-TOKEN: $api_token" \
155
-H "Content-Type: application/json" \
0 commit comments