File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
defaults : &defaults
2
2
working_directory : ~/sp-dev-fx-controls-react
3
3
docker :
4
- - image : circleci/node:10.22 .0
4
+ - image : circleci/node:12.15 .0
5
5
6
6
version : 2
7
7
jobs :
29
29
- run :
30
30
name : build
31
31
command : npm run build
32
- - run :
33
- name : sonarcloud:config
34
- command : npm run sonarcloud:config $SONARCLOUD_TOKEN $CIRCLE_BRANCH
35
- - run :
36
- name : sonarcloud:start
37
- command : npm run sonarcloud:start
38
32
- persist_to_workspace :
39
33
root : .
40
34
paths : .
@@ -126,7 +120,7 @@ workflows:
126
120
- build :
127
121
filters :
128
122
branches :
129
- ignore : /^(dev|master|v2)/
123
+ ignore : /^(dev|master|v2|v2-dev|v1-dev )/
130
124
release_next :
131
125
jobs :
132
126
- build :
@@ -135,6 +129,7 @@ workflows:
135
129
only :
136
130
- dev
137
131
- v2
132
+ - v2-dev
138
133
- build_next :
139
134
requires :
140
135
- build
@@ -143,6 +138,7 @@ workflows:
143
138
only :
144
139
- dev
145
140
- v2
141
+ - v2-dev
146
142
- publish_next :
147
143
requires :
148
144
- build_next
@@ -151,6 +147,7 @@ workflows:
151
147
only :
152
148
- dev
153
149
- v2
150
+ - v2-dev
154
151
release :
155
152
jobs :
156
153
- build :
You can’t perform that action at this time.
0 commit comments