Skip to content

Commit

Permalink
Circleci removed cache restore and save
Browse files Browse the repository at this point in the history
  • Loading branch information
urwithat committed Oct 30, 2020
1 parent 1027d38 commit 7b6a700
Show file tree
Hide file tree
Showing 2 changed files with 790 additions and 458 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ builddeploy_steps: &builddeploy_steps
- setup_remote_docker
- run: *install_dependency
- run: *install_deploysuite
- restore_cache: *restore_cache_settings_for_build
- run: ./build.sh ${APPNAME}
- save_cache: *save_cache_settings
- deploy:
name: Running MasterScript.
command: |
Expand All @@ -40,7 +38,6 @@ builddeploy_steps: &builddeploy_steps
source buildenvvar
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
jobs:
# Build & Deploy against development backend
"build-dev":
Expand Down
Loading

0 comments on commit 7b6a700

Please sign in to comment.