Skip to content

Commit 80a539f

Browse files
committed
Do not deploy to S3
1 parent 8b58688 commit 80a539f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,6 @@ jobs:
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969

70-
- name: Install AWS CLI
71-
run: |
72-
python -m pip install --upgrade pip
73-
pip install awscli==1.36.40
74-
75-
- name: Sync to S3
76-
if: ${{ env.SHOULD_DEPLOY == 'true' }}
77-
run: |
78-
DEST="s3://root/${PR_NUMBER:-}" # if PR, upload in s3://root/<prnumber>
79-
aws configure set default.s3.max_concurrent_requests 200
80-
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/*'
81-
82-
env:
83-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
84-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
85-
AWS_REGION: "eu-west-1"
86-
8770
- name: Install Kerberos utilities
8871
run: |
8972
sudo apt-add-repository http://archive.ubuntu.com/ubuntu/

0 commit comments

Comments
 (0)