We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ec61d + dfbdc55 commit f64ddc5Copy full SHA for f64ddc5
.circleci/config.yml
@@ -31,7 +31,7 @@ install_dependency: &install_dependency
31
install_deploysuite: &install_deploysuite
32
name: Installation of install_deploysuite.
33
command: |
34
- git clone --branch v1.4.8 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
+ git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
35
cp ./../buildscript/master_deploy.sh .
36
cp ./../buildscript/buildenv.sh .
37
cp ./../buildscript/awsconfiguration.sh .
@@ -191,6 +191,7 @@ workflows:
191
branches:
192
only:
193
- reskin-or
194
+ - ci-fix-test
195
196
- deployProd:
197
context : org-global
0 commit comments