Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions scripts/auto-rebase/rebase_job_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ set -x
echo "Environment:"
printenv

if [[ "$JOB_NAME" == rehearse* ]]; then
echo "INFO: \$JOB_NAME starts with rehearse - running in DRY RUN mode"
export DRY_RUN=y
fi

cp /secrets/ci-pull-secret/.dockercfg "$HOME/.pull-secret.json" || {
echo "WARN: Could not copy registry secret file"
}
Expand Down