Skip to content

Commit aa76dd4

Browse files
committed
fix: ci on main (#44)
1 parent 2fce87f commit aa76dd4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.circleci/config.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,17 @@ jobs:
7070
command: yarn install
7171
- when:
7272
condition:
73-
and:
74-
- equal: [ "https://github.com/facebook/react-native", << pipeline.project.git_url >> ]
75-
- or:
76-
- equal: [ main, << pipeline.git.branch >> ]
77-
- matches:
78-
pattern: /0\.[0-9]+[\.[0-9]+]?-stable/
79-
value: << pipeline.git.branch >>
73+
or:
74+
- equal: [ main, << pipeline.git.branch >> ]
75+
- matches:
76+
pattern: /0\.[0-9]+[\.[0-9]+]?-stable/
77+
value: << pipeline.git.branch >>
8078
steps:
8179
- run:
8280
name: "[Main or Stable] Create input for config to test everything"
8381
command: |
8482
mkdir -p /tmp/circleci/
85-
echo '{ "run_all": true }' > /tmp/circleci/pipeline_config.json
83+
node ./scripts/circleci/pipeline_selection.js filter-jobs
8684
- when:
8785
condition:
8886
not:

0 commit comments

Comments
 (0)