File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,17 @@ jobs:
70
70
command : yarn install
71
71
- when :
72
72
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 >>
80
78
steps :
81
79
- run :
82
80
name : " [Main or Stable] Create input for config to test everything"
83
81
command : |
84
82
mkdir -p /tmp/circleci/
85
- echo '{ "run_all": true }' > /tmp /circleci/pipeline_config.json
83
+ node ./scripts /circleci/pipeline_selection.js filter-jobs
86
84
- when :
87
85
condition :
88
86
not :
You can’t perform that action at this time.
0 commit comments