Merge pull request #21824 from edsantiago/fix_nightly

Fix nightly cron checks
This commit is contained in:
openshift-merge-bot[bot] 2024-02-26 16:48:57 +00:00 committed by GitHub
commit 2313569d9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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