Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to feat/snaps-system-integration
  • Loading branch information
gantunesr committed Feb 15, 2023
2 parents 22e3562 + b0b8d9f commit 9800a4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
7 changes: 1 addition & 6 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ workflows:
#!/usr/bin/env bash echo 'weew - everything passed!'
title: All Tests Passed
is_always_run: false
- yarn@0:
inputs:
- command: e2e:announce
title: Announcing e2e tests result
is_always_run: true
# Parallel Build & Deploy Steps
create_release_builds:
before_run:
Expand Down Expand Up @@ -198,7 +193,7 @@ workflows:
- yarn@0:
inputs:
- command: build:announce
title: Announcing pre-release
title: Accouncing pre-release
is_always_run: false
create_qa_builds:
before_run:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"start:android:e2e": "./scripts/build.sh android debugE2E",
"build:static-logos": "node ./scripts/metamask-bot-build-generate-static-assets",
"build:announce": "node ./scripts/metamask-bot-build-announce-bitrise.js",
"e2e:announce": "node ./scripts/metamask-bot-e2e-announce-bitrise.js",
"build:android:release": "./scripts/build.sh android release",
"build:android:release:e2e": "./scripts/build.sh android releaseE2E",
"build:android:qa:e2e": "./scripts/build.sh android QAE2E",
Expand Down
41 changes: 0 additions & 41 deletions scripts/metamask-bot-e2e-announce-bitrise.js

This file was deleted.

0 comments on commit 9800a4d

Please sign in to comment.