We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-
1 parent 904a602 commit b1bb069Copy full SHA for b1bb069
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