Skip to content

Commit

Permalink
Merge pull request #21824 from edsantiago/fix_nightly
Browse files Browse the repository at this point in the history
Fix nightly cron checks
  • Loading branch information
openshift-merge-bot[bot] authored Feb 26, 2024
2 parents e99ecec + 1b068b7 commit 2313569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ build_task:
# the 'origin' remote must be defined, and all remote branches/tags
# must be available for reference from CI scripts.
clone_script: &full_clone |
set -exuo pipefail
set -exo pipefail
cd /
rm -rf $CIRRUS_WORKING_DIR
mkdir -p $CIRRUS_WORKING_DIR
Expand Down

0 comments on commit 2313569

Please sign in to comment.