Skip to content

Commit

Permalink
Disable Circle CI release in fork (facebook#352)
Browse files Browse the repository at this point in the history
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae0.

* Remove unnecessary android builds and tar file upload.

* Disable CCI release.

Co-authored-by: React-Native Bot <[email protected]>
  • Loading branch information
tom-un and rnbot authored May 8, 2020
1 parent a248d19 commit fcecd73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,9 @@ workflows:
branches:
ignore: /.*/
# Only act on version tags.
tags:
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
# TODO(macOS ISS#2323203): disable this release. We never want to release anything from this fork via CCI.
# tags:
# only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
- publish_npm_package:
requires:
- setup_android
Expand Down

0 comments on commit fcecd73

Please sign in to comment.