Skip to content

Commit

Permalink
Fix typo in call
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 26, 2024
1 parent b56f636 commit c0b5473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/ignition_collection.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ nightly_scheduler_job.with

echo "releasing \${n} (from branch \${src_branch})"
python3 ./scripts/release.py \${dry_run_str} "\${n}" nightly \
--auth "\${OSRFBUILD_JENKINS_USER}:\${OSRFBUILD_JENKINS_TOKEN}"' \
--auth "\${OSRFBUILD_JENKINS_USER}:\${OSRFBUILD_JENKINS_TOKEN}" \
--release-repo-branch main \
--nightly-src-branch \${src_branch} \
--upload-to-repo nightly
Expand Down

0 comments on commit c0b5473

Please sign in to comment.