Skip to content

Commit 468d3c1

Browse files
authored
Merge pull request #367 from topcoder-platform/develop
Prod build fix
2 parents d25a280 + 13d763b commit 468d3c1

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
@@ -1,4 +1,4 @@
1-
version: 2
1+
version: 2.1
22
defaults: &defaults
33
docker:
44
- image: cimg/python:3.12.1-browsers
@@ -14,7 +14,7 @@ install_dependency: &install_dependency
1414
install_deploysuite: &install_deploysuite
1515
name: Installation of install_deploysuite.
1616
command: |
17-
git clone --branch v1.4.15 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
17+
git clone --branch v1.4.17 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1818
cp ./../buildscript/master_deploy.sh .
1919
cp ./../buildscript/buildenv.sh .
2020
cp ./../buildscript/awsconfiguration.sh .

0 commit comments

Comments
 (0)