Skip to content

Commit dd8c1e5

Browse files
committed
Protect data from deletion upon syncronising the new pages
1 parent 4dd34ed commit dd8c1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
DEST="s3://root/${PR_NUMBER:-}" # if PR, upload in s3://root/<prnumber>
7474
aws configure set default.s3.max_concurrent_requests 200
75-
aws --endpoint-url https://s3.cern.ch s3 sync --delete build/${PR_NUMBER:-} ${DEST} --exclude 'files-test/*' --exclude 'download-test/*' --exclude 'doc-test/*'
75+
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 'old-drupal/*'
7676
7777
env:
7878
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)