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.
1 parent a391c60 commit 13d763bCopy full SHA for 13d763b
.circleci/config.yml
@@ -1,4 +1,4 @@
1
-version: 2
+version: 2.1
2
defaults: &defaults
3
docker:
4
- image: cimg/python:3.12.1-browsers
@@ -14,7 +14,7 @@ install_dependency: &install_dependency
14
install_deploysuite: &install_deploysuite
15
name: Installation of install_deploysuite.
16
command: |
17
- git clone --branch v1.4.15 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
+ git clone --branch v1.4.17 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
18
cp ./../buildscript/master_deploy.sh .
19
cp ./../buildscript/buildenv.sh .
20
cp ./../buildscript/awsconfiguration.sh .
0 commit comments