This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install_dependency: &install_dependency
11
11
install_deploysuite : &install_deploysuite
12
12
name : Installation of install_deploysuite.
13
13
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
15
15
cp ./../buildscript/master_deploy.sh .
16
16
cp ./../buildscript/buildenv.sh .
17
17
cp ./../buildscript/awsconfiguration.sh .
48
48
APPNAME : " micro-frontends-angular-app"
49
49
steps : *builddeploy_steps
50
50
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
+
51
59
" build-prod " :
52
60
<< : *defaults
53
61
environment :
@@ -68,6 +76,13 @@ workflows:
68
76
only :
69
77
- dev
70
78
79
+ - " build-qa " :
80
+ context : org-global
81
+ filters :
82
+ branches :
83
+ only :
84
+ - qa
85
+
71
86
# Production builds are exectuted only on tagged commits to the
72
87
# master branch.
73
88
- " build-prod " :
You can’t perform that action at this time.
0 commit comments