Skip to content

Commit 7eaf8ad

Browse files
committed
circleCI
1 parent 39a4a8b commit 7eaf8ad

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.circleci/config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults: &defaults
22
working_directory: ~/sp-dev-fx-controls-react
33
docker:
4-
- image: circleci/node:10.22.0
4+
- image: circleci/node:12.15.0
55

66
version: 2
77
jobs:
@@ -29,12 +29,6 @@ jobs:
2929
- run:
3030
name: build
3131
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
3832
- persist_to_workspace:
3933
root: .
4034
paths: .
@@ -126,7 +120,7 @@ workflows:
126120
- build:
127121
filters:
128122
branches:
129-
ignore: /^(dev|master|v2)/
123+
ignore: /^(dev|master|v2|v2-dev|v1-dev)/
130124
release_next:
131125
jobs:
132126
- build:
@@ -135,6 +129,7 @@ workflows:
135129
only:
136130
- dev
137131
- v2
132+
- v2-dev
138133
- build_next:
139134
requires:
140135
- build
@@ -143,6 +138,7 @@ workflows:
143138
only:
144139
- dev
145140
- v2
141+
- v2-dev
146142
- publish_next:
147143
requires:
148144
- build_next
@@ -151,6 +147,7 @@ workflows:
151147
only:
152148
- dev
153149
- v2
150+
- v2-dev
154151
release:
155152
jobs:
156153
- build:

0 commit comments

Comments
 (0)