Skip to content

Commit d7f51ce

Browse files
committed
feat(web, ci): upload compass-web assets to an s3 bucket during publish
1 parent 315d413 commit d7f51ce

File tree

5 files changed

+17267
-9223
lines changed

5 files changed

+17267
-9223
lines changed

.evergreen/buildvariants-and-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ tasks:
413413
- func: bootstrap
414414
vars:
415415
scope: mongodb-compass
416-
- func: get-all-artifacts
416+
# - func: get-all-artifacts
417417
- func: publish
418418
- name: publish-dev-release-info
419419
tags: []

.evergreen/functions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,10 @@ functions:
518518
set -e
519519
# Load environment variables
520520
eval $(.evergreen/print-compass-env.sh)
521-
echo "Uploading release assets to S3 and GitHub if needed..."
522-
npm run --workspace mongodb-compass upload
521+
npm run compile -w packages/compass-web
522+
npm run upload -w packages/compass-web
523+
# echo "Uploading release assets to S3 and GitHub if needed..."
524+
# npm run --workspace mongodb-compass upload
523525
524526
publish-dev-release-info:
525527
- command: shell.exec

0 commit comments

Comments
 (0)