Skip to content

Commit

Permalink
switched to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Apr 14, 2021
1 parent 6141117 commit ffd17cd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ workflows:
set -x
# or run a script from your repository, like:
../node_modules/.bin/codecov
./node_modules/.bin/codecov
title: Code Coverage
is_always_run: false
- script@1:
Expand Down Expand Up @@ -219,9 +219,15 @@ workflows:
- install-missing-android-tools@2:
inputs:
- gradlew_path: $PROJECT_LOCATION/gradlew
- android-build@0:
- script@1:
inputs:
- project_location: $PROJECT_LOCATION
- content: |-
#!/usr/bin/env bash
jq 'del(.engines)' package.json > new.json && mv new.json package.json
node -v
METAMASK_ENVIRONMENT='production' yarn build:android:pre-release:bundle
title: Build Android Pre-Release Bundle
is_always_run: false
- certificate-and-profile-installer@1: {}
- xcode-archive@3:
inputs:
Expand Down

0 comments on commit ffd17cd

Please sign in to comment.