Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit b410189

Browse files
committed
QA chnages
1 parent 010451d commit b410189

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.circleci/config.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_dependency: &install_dependency
1111
install_deploysuite: &install_deploysuite
1212
name: Installation of install_deploysuite.
1313
command: |
14-
git clone --branch master_hostfix_v1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
14+
git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1515
cp ./../buildscript/master_deploy.sh .
1616
cp ./../buildscript/buildenv.sh .
1717
cp ./../buildscript/awsconfiguration.sh .
@@ -49,6 +49,15 @@ jobs:
4949
APPNAME: "skills-api"
5050
steps: *builddeploy_steps
5151

52+
# Build & Deploy against development backend
53+
"build-qa":
54+
<<: *defaults
55+
environment:
56+
DEPLOY_ENV: "QA"
57+
LOGICAL_ENV: "qa"
58+
APPNAME: "skills-api"
59+
steps: *builddeploy_steps
60+
5261
"build-prod":
5362
<<: *defaults
5463
environment:
@@ -70,6 +79,14 @@ workflows:
7079
- develop
7180
- feature/enrich
7281

82+
# Development builds are executed on "develop" branch only.
83+
- "build-qa":
84+
context : org-global
85+
filters:
86+
branches:
87+
only:
88+
- qa
89+
7390
# Production builds are exectuted only on tagged commits to the
7491
# master branch.
7592
- "build-prod":

0 commit comments

Comments
 (0)