Skip to content

Commit 617363c

Browse files
committed
dbg
1 parent 2704c83 commit 617363c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipelines/main/launch_unsigned_jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ steps:
120120
commands: |
121121
export ALLOW_FAIL="false"
122122
FORCE=$(test -n "$(echo $${PULL_REQUEST_LABELS} | grep "\\<ci-force-build\\>")" && echo 1 || echo 0)
123+
echo "$${PULL_REQUEST_LABELS}"
124+
echo "${FORCE}"
123125
BUILD=$(($${BUILDKITE_PLUGIN_DIFF_FILTER_TRIGGERED_BUILD} || ${FORCE}))
124126
if [[ ${BUILD} == 1 ]]; then
125127
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml

0 commit comments

Comments
 (0)