Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5fcaebd

Browse files
authored
Update config.yml
1 parent 99f405d commit 5fcaebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ builddeploy_steps: &builddeploy_steps
2828
- setup_remote_docker
2929
- run: *install_dependency
3030
- run: *install_deploysuite
31-
- restore_cache: *restore_cache_settings_for_build
31+
#- restore_cache: *restore_cache_settings_for_build
3232
- run: ./build.sh ${APPNAME}
33-
- save_cache: *save_cache_settings
33+
#- save_cache: *save_cache_settings
3434
- deploy:
3535
name: Running MasterScript.
3636
command: |

0 commit comments

Comments
 (0)