Skip to content

Commit 759e92b

Browse files
committed
Updated circleci config
1 parent a00d9ba commit 759e92b

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.circleci/config.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ workflows:
127127
filters:
128128
branches:
129129
ignore: /^(dev|master)/
130-
# - test:
131-
# requires:
132-
# - build
133-
# filters:
134-
# branches:
135-
# ignore: /^(dev|master)/
136130
release_next:
137131
jobs:
138132
- build:
@@ -145,15 +139,9 @@ workflows:
145139
filters:
146140
branches:
147141
only: dev
148-
# - test:
149-
# requires:
150-
# - build_next
151-
# filters:
152-
# branches:
153-
# only: dev
154142
- publish_next:
155143
requires:
156-
- test
144+
- build_next
157145
filters:
158146
branches:
159147
only: dev
@@ -165,14 +153,6 @@ workflows:
165153
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
166154
branches:
167155
ignore: /.*/
168-
# - test:
169-
# requires:
170-
# - build
171-
# filters:
172-
# tags:
173-
# only: /^v[0-9]+\.[0-9]+\.[0-9]+/
174-
# branches:
175-
# ignore: /.*/
176156
- publish:
177157
requires:
178158
- build

0 commit comments

Comments
 (0)