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 416a27e commit 0a6692aCopy full SHA for 0a6692a
.circleci/config.yml
@@ -28,7 +28,7 @@ install_dependency: &install_dependency
28
install_deploysuite: &install_deploysuite
29
name: Installation of install_deploysuite.
30
command: |
31
- git clone --branch dev https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
+ git clone --branch v1.4.12 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
32
cp ./../buildscript/master_deploy.sh .
33
cp ./../buildscript/buildenv.sh .
34
cp ./../buildscript/awsconfiguration.sh .
0 commit comments