Skip to content

Commit ddbc394

Browse files
authored
RI-7129: fix Enterprise build upload workflow (#4558)
* RI-7129: fix Enterprise s3 upload path * RI-7129: upload Enterprise statics for test builds only * RI-7129: remove vendor plugins for Enterprise builds
1 parent 58177c7 commit ddbc394

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/aws-upload-enterprise.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ jobs:
5353
aws s3 cp release/ s3://${AWS_BUCKET_NAME_PROD}/releases/${APP_VERSION} --recursive
5454
aws s3 cp release/ s3://${AWS_BUCKET_NAME_PROD}/latest --recursive
5555
56-
- name: Download vendor plugins
57-
uses: actions/download-artifact@v4
58-
id: download-vendor
59-
continue-on-error: true
60-
with:
61-
name: 'vendor-plugins'
62-
path: vendor
63-
64-
- name: Upload vendor plugins to s3 bucket
65-
if: steps.download-vendor.outcome == 'success'
66-
run: |
67-
aws s3 cp vendor/ s3://${SELECTED_AWS_BUCKET_NAME}/public/plugins/static/ --recursive
68-
6956
- name: Generate job summary
7057
run: |
7158
node ./.github/generate-build-summary.js

0 commit comments

Comments
 (0)