Skip to content

Commit

Permalink
Revert "publish-pre-release-android"
Browse files Browse the repository at this point in the history
This reverts commit 7a7941c.
  • Loading branch information
estebanmino committed Aug 5, 2020
1 parent 7a7941c commit 303bf2e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,12 @@ workflows:
only:
- master
- develop
- bugfix/payment-requestss
- prep-node-deps:
filters:
branches:
ignore:
- master
- develop
- bugfix/payment-requestss
- lint:
requires:
- prep-node-deps
Expand All @@ -198,16 +196,13 @@ workflows:
requires:
- lint
- test-unit
- publish-pre-release-android:
requires:
- prep-deps
# - test-e2e-ios
# - upload-coverage:
# requires:
# - test-unit
# - publish-pre-release-ios:
# requires:
# - prep-deps
# - publish-pre-release-android:
# requires:
# - publish-pre-release-ios
- publish-pre-release-ios:
requires:
- prep-deps
- publish-pre-release-android:
requires:
- publish-pre-release-ios

0 comments on commit 303bf2e

Please sign in to comment.