This repository was archived by the owner on Mar 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-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 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
15
15
cp ./../buildscript/master_deploy.sh .
16
16
cp ./../buildscript/buildenv.sh .
17
17
cp ./../buildscript/awsconfiguration.sh .
49
49
APPNAME : " skills-api"
50
50
steps : *builddeploy_steps
51
51
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
+
52
61
" build-prod " :
53
62
<< : *defaults
54
63
environment :
@@ -70,6 +79,14 @@ workflows:
70
79
- develop
71
80
- feature/enrich
72
81
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
+
73
90
# Production builds are exectuted only on tagged commits to the
74
91
# master branch.
75
92
- " build-prod " :
You can’t perform that action at this time.
0 commit comments