Skip to content

Commit

Permalink
Merge pull request #4152 from mbiarnes/ART-8353-sync-rhacs
Browse files Browse the repository at this point in the history
ART-8353: files removed from gs bucket gets removed
  • Loading branch information
openshift-merge-bot[bot] authored May 8, 2024
2 parents 5ffce60 + f5a2236 commit 51ee432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduled-jobs/build/sync-rhacs/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ node() {
gcloud auth activate-service-account --key-file=$FILE
DEST=/mnt/jenkins-workspace/buckets/rhacs-openshift-mirror-src
mkdir -p $DEST
gsutil rsync -r gs://rhacs-openshift-mirror-src $DEST
gsutil rsync -r -d gs://rhacs-openshift-mirror-src $DEST
'''
}
}
Expand Down

0 comments on commit 51ee432

Please sign in to comment.