Skip to content

Commit c0b5473

Browse files
committed
Fix typo in call
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
1 parent b56f636 commit c0b5473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-scripts/dsl/ignition_collection.dsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ nightly_scheduler_job.with
240240

241241
echo "releasing \${n} (from branch \${src_branch})"
242242
python3 ./scripts/release.py \${dry_run_str} "\${n}" nightly \
243-
--auth "\${OSRFBUILD_JENKINS_USER}:\${OSRFBUILD_JENKINS_TOKEN}"' \
243+
--auth "\${OSRFBUILD_JENKINS_USER}:\${OSRFBUILD_JENKINS_TOKEN}" \
244244
--release-repo-branch main \
245245
--nightly-src-branch \${src_branch} \
246246
--upload-to-repo nightly

0 commit comments

Comments
 (0)