Skip to content

Commit f64ddc5

Browse files
authored
Merge pull request #208 from topcoder-platform/ci-fix-test
Build fix - cert error
2 parents c1ec61d + dfbdc55 commit f64ddc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_dependency: &install_dependency
3131
install_deploysuite: &install_deploysuite
3232
name: Installation of install_deploysuite.
3333
command: |
34-
git clone --branch v1.4.8 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
34+
git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
3535
cp ./../buildscript/master_deploy.sh .
3636
cp ./../buildscript/buildenv.sh .
3737
cp ./../buildscript/awsconfiguration.sh .
@@ -191,6 +191,7 @@ workflows:
191191
branches:
192192
only:
193193
- reskin-or
194+
- ci-fix-test
194195

195196
- deployProd:
196197
context : org-global

0 commit comments

Comments
 (0)