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 @@ -53,19 +53,17 @@ jobs:
53
53
command : yarn install
54
54
- when :
55
55
condition :
56
- and :
57
- - equal : [ "https://github.com/facebook/react-native", << pipeline.project.git_url >> ]
58
- - or :
59
- - equal : [ main, << pipeline.git.branch >> ]
60
- - matches :
61
- pattern : /0\.[0-9]+[\.[0-9]+]?-stable/
62
- value : << pipeline.git.branch >>
56
+ or :
57
+ - equal : [ main, << pipeline.git.branch >> ]
58
+ - matches :
59
+ pattern : /0\.[0-9]+[\.[0-9]+]?-stable/
60
+ value : << pipeline.git.branch >>
63
61
steps :
64
62
- run :
65
63
name : " [Main or Stable] Create input for config to test everything"
66
64
command : |
67
65
mkdir -p /tmp/circleci/
68
- echo '{ "run_all": true }' > /tmp /circleci/pipeline_config.json
66
+ node ./scripts /circleci/pipeline_selection.js filter-jobs
69
67
- when :
70
68
condition :
71
69
not :
You can’t perform that action at this time.
0 commit comments