We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 904a602 + b1bb069 commit a336bc1Copy full SHA for a336bc1
build.sh
@@ -262,7 +262,7 @@ main() {
262
echo "--- Will abort after more than ${DWQ_MAXFAIL} failed job(s)."
263
264
local report_queue="status::${CI_JOB_UID}:$(random)"
265
- ${BASEDIR}/reporter.py "${report_queue}" ${CI_JOB_UID} ${CI_JOB_TOKEN} &
+ ${BASEDIR}/reporter.py -- "${report_queue}" "${CI_JOB_UID}" "${CI_JOB_TOKEN}" &
266
local reporter_pid=$!
267
268
get_jobs | dwqc ${DWQ_ENV} \
0 commit comments