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 2704c83 commit 617363cCopy full SHA for 617363c
pipelines/main/launch_unsigned_jobs.yml
@@ -120,6 +120,8 @@ steps:
120
commands: |
121
export ALLOW_FAIL="false"
122
FORCE=$(test -n "$(echo $${PULL_REQUEST_LABELS} | grep "\\<ci-force-build\\>")" && echo 1 || echo 0)
123
+ echo "$${PULL_REQUEST_LABELS}"
124
+ echo "${FORCE}"
125
BUILD=$(($${BUILDKITE_PLUGIN_DIFF_FILTER_TRIGGERED_BUILD} || ${FORCE}))
126
if [[ ${BUILD} == 1 ]]; then
127
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml
0 commit comments