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

Commit bb666aa

Browse files
authored
Merge pull request #68 from topcoder-platform/ci-script-fix
Build fix - cert error
2 parents 4f382fb + 25849c9 commit bb666aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install_dependency: &install_dependency
2424
install_deploysuite: &install_deploysuite
2525
name: Installation of install_deploysuite.
2626
command: |
27-
git clone --branch v1.3 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
27+
git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
2828
cp ./../buildscript/master_deploy.sh .
2929
cp ./../buildscript/buildenv.sh .
3030
cp ./../buildscript/awsconfiguration.sh .
@@ -106,7 +106,7 @@ workflows:
106106
- Hold [TC-Website-Build-Deploy]
107107
filters:
108108
branches:
109-
only: [dev, reskin-payment, universal-nav]
109+
only: [dev, reskin-payment, universal-nav, ci-script-fix]
110110
- build-prod:
111111
context : org-global
112112
requires:

0 commit comments

Comments
 (0)