Skip to content

Commit

Permalink
Protect data from deletion upon syncronising the new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Jan 23, 2025
1 parent 4dd34ed commit 2fbaa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
DEST="s3://root/${PR_NUMBER:-}" # if PR, upload in s3://root/<prnumber>
aws configure set default.s3.max_concurrent_requests 200
aws --endpoint-url https://s3.cern.ch s3 sync --delete build/${PR_NUMBER:-} ${DEST} --exclude 'files-test/*' --exclude 'download-test/*' --exclude 'doc-test/*'
aws --endpoint-url https://s3.cern.ch s3 sync build/${PR_NUMBER:-} ${DEST} --exclude 'files-test/*' --exclude 'files/*' --exclude 'download-test/*' --exclude 'download/*' --exclude 'doc-test/*' --exclude 'doc/*' --exclude 'd/*'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 2fbaa4f

Please sign in to comment.