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

Commit 5e86c53

Browse files
committed
QA changes
1 parent afc3472 commit 5e86c53

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.circleci/config.yml

Lines changed: 16 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 v1.4.2 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 .
@@ -48,6 +48,14 @@ jobs:
4848
APPNAME: "micro-frontends-angular-app"
4949
steps: *builddeploy_steps
5050

51+
"build-qa":
52+
<<: *defaults
53+
environment:
54+
DEPLOY_ENV: "QA"
55+
LOGICAL_ENV: "qa"
56+
APPNAME: "micro-frontends-angular-app"
57+
steps: *builddeploy_steps
58+
5159
"build-prod":
5260
<<: *defaults
5361
environment:
@@ -68,6 +76,13 @@ workflows:
6876
only:
6977
- dev
7078

79+
- "build-qa":
80+
context: org-global
81+
filters:
82+
branches:
83+
only:
84+
- qa
85+
7186
# Production builds are exectuted only on tagged commits to the
7287
# master branch.
7388
- "build-prod":

0 commit comments

Comments
 (0)