Skip to content

Commit

Permalink
cherry-pick: remove mmi tests into v12.10.1 (#29732)
Browse files Browse the repository at this point in the history
Cherry-pick 7a78bf2, #29233 into
v12.10.1

Conflicts: `.circleci/config.yml`

Co-authored-by: Ramon AC <[email protected]>
  • Loading branch information
dbrans and racitores authored Jan 15, 2025
1 parent da25fe5 commit 6b433e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1349,9 +1349,6 @@ jobs:
- run:
name: Publish Flask MV2 release to Sentry
command: yarn sentry:publish --build-type flask --dist mv2
- run:
name: Publish MMI release to Sentry
command: yarn sentry:publish --build-type mmi
- run:
name: Create GitHub release
command: .circleci/scripts/release-create-gh-release.sh
Expand Down
4 changes: 0 additions & 4 deletions .circleci/scripts/release-create-gh-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if [[ $current_commit_msg =~ Version[-[:space:]](v[[:digit:]]+.[[:digit:]]+.[[:d
then
tag="${BASH_REMATCH[1]}"
flask_version="$(print_build_version 'flask')"
mmi_version="$(print_build_version 'mmi')"

install_github_cli

Expand All @@ -72,15 +71,12 @@ then
--attach builds-mv2/metamask-firefox-*.zip \
--attach builds-flask/metamask-flask-chrome-*.zip \
--attach builds-flask-mv2/metamask-flask-firefox-*.zip \
--attach builds-mmi/metamask-mmi-chrome-*.zip \
--attach builds-mmi/metamask-mmi-firefox-*.zip \
--message "Version ${tag##v}" \
--message "$release_body" \
--commitish "$CIRCLE_SHA1" \
"$tag"

publish_tag 'Flask' "${flask_version}"
publish_tag 'MMI' "${mmi_version}"
else
printf '%s\n' 'Version not found in commit message; skipping GitHub Release'
exit 0
Expand Down

0 comments on commit 6b433e6

Please sign in to comment.