We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ab113 commit 838f096Copy full SHA for 838f096
.circleci/config.yml
@@ -13,7 +13,7 @@ install_dependency: &install_dependency
13
install_deploysuite: &install_deploysuite
14
name: Installation of install_deploysuite.
15
command: |
16
- git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
+ git clone --branch dev https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
17
cp ./../buildscript/master_deploy.sh .
18
cp ./../buildscript/buildenv.sh .
19
cp ./../buildscript/awsconfiguration.sh .
0 commit comments