Skip to content

Commit 5edcca7

Browse files
committed
ci: deploying on test env for verification
1 parent 3d7f8a2 commit 5edcca7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -175,23 +175,20 @@ workflows:
175175
branches:
176176
only:
177177
- develop
178-
- comcast-community
179178
# This is alternate dev env for parallel testing
180179
- "build-test":
181180
context : org-global
182181
filters:
183182
branches:
184183
only:
185-
- nav-hot-fix
186-
- feature-contentful
184+
- comcast-community
187185
# This is beta env for production soft releases
188186
- "build-prod-beta":
189187
context : org-global
190188
filters:
191189
branches:
192190
only:
193191
- develop
194-
- comcast-community
195192
# Production builds are exectuted only on tagged commits to the
196193
# master branch.
197194
- "build-prod":

0 commit comments

Comments
 (0)