Skip to content

Commit dd72ae4

Browse files
authored
Merge pull request #130 from topcoder-platform/dev
Qa changes
2 parents 83c7518 + 863b73f commit dd72ae4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ jobs:
5252
APPNAME: "taas-es-processor"
5353
steps: *builddeploy_steps
5454

55+
"build-qa":
56+
<<: *defaults
57+
environment:
58+
DEPLOY_ENV: "QA"
59+
LOGICAL_ENV: "qa"
60+
APPNAME: "taas-es-processor"
61+
steps: *builddeploy_steps
62+
5563
"build-prod":
5664
<<: *defaults
5765
environment:
@@ -72,6 +80,13 @@ workflows:
7280
only:
7381
- dev
7482

83+
- "build-qa":
84+
context : org-global
85+
filters:
86+
branches:
87+
only:
88+
- qa
89+
7590
# Production builds are exectuted only on tagged commits to the
7691
# master branch.
7792
- "build-prod":

0 commit comments

Comments
 (0)