Skip to content

Commit

Permalink
Remove webpack build link (no zips)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Dec 20, 2024
1 parent d679d4c commit f694c71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ workflows:
- prep-build-flask-mv2
- prep-build-test
- prep-build-test-mv2
- prep-build-test-webpack
- prep-build-test-flask
- prep-build-test-flask-mv2
- trigger-beta-build
Expand Down Expand Up @@ -894,14 +893,10 @@ jobs:
- run:
name: Move test build to 'dist-test-webpack' to avoid conflict with production build
command: mv ./dist ./dist-test-webpack
- run:
name: Move test zips to 'builds-test-webpack' to avoid conflict with production build
command: mv ./builds ./builds-test-webpack
- persist_to_workspace:
root: .
paths:
- dist-test-webpack
- builds-test-webpack

prep-build-storybook:
executor: node-linux-medium
Expand Down Expand Up @@ -1418,8 +1413,6 @@ jobs:
path: builds-test
- store_artifacts:
path: builds-test-mv2
- store_artifacts:
path: builds-test-webpack
- store_artifacts:
path: builds-test-flask
- store_artifacts:
Expand Down
3 changes: 0 additions & 3 deletions development/metamaskbot-build-announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ async function start() {
chrome: `${BUILD_LINK_BASE}/builds-test/metamask-chrome-${VERSION}.zip`,
firefox: `${BUILD_LINK_BASE}/builds-test-mv2/metamask-firefox-${VERSION}.zip`,
},
'builds (test webpack)': {
chrome: `${BUILD_LINK_BASE}/builds-test-webpack/metamask-chrome-${VERSION}.zip`,
},
'builds (test-flask)': {
chrome: `${BUILD_LINK_BASE}/builds-test-flask/metamask-flask-chrome-${VERSION}-flask.0.zip`,
firefox: `${BUILD_LINK_BASE}/builds-test-flask-mv2/metamask-flask-firefox-${VERSION}-flask.0.zip`,
Expand Down

0 comments on commit f694c71

Please sign in to comment.