Skip to content

Commit

Permalink
update user/pass variables
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Nov 15, 2024
1 parent 07a29cb commit 57f1cac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jenkins-scripts/dsl/ignition_collection.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,8 @@ nightly_scheduler_job.with

set +x # safeguard keep password secret
echo "releasing \${n} (from branch \${src_branch})"
# TODO: migrate the crendential to use USERNAME and PASSWORD instead only the token
# to avoid the hardcode of osrfbuild user here.
python3 ./scripts/release.py \${dry_run_str} "\${n}" nightly \
--auth 'osrfbuild:\${GITHUB_TOKEN}' \
--auth "{OSRFBUILD_USER}:\${OSRFBUILD_TOKEN}"' \
--release-repo-branch main --nightly-src-branch \${src_branch} --upload-to-repo nightly > log || echo "MARK_AS_UNSTABLE"
set -e
echo " - done (log is available)"
Expand Down

0 comments on commit 57f1cac

Please sign in to comment.