Skip to content

Commit

Permalink
Revert "Revert "publish-pre-release-android""
Browse files Browse the repository at this point in the history
This reverts commit 303bf2e.
  • Loading branch information
estebanmino committed Aug 5, 2020
1 parent 303bf2e commit 28ae877
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,14 @@ 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 @@ -196,13 +198,16 @@ 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 28ae877

Please sign in to comment.