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 9fc1e01 commit 7b4d8b9Copy full SHA for 7b4d8b9
.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 v1.4.12 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
+ git clone --branch v1.4.13 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 .
@@ -184,7 +184,7 @@ jobs:
184
environment:
185
DEPLOY_ENV: "PROD"
186
LOGICAL_ENV: "prod"
187
- ENABLE_CACHE: false
+ ENABLE_CACHE: true
188
APPNAME: "platform-ui-mvp"
189
steps: *deploy_steps
190
0 commit comments