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

Commit f531340

Browse files
authored
reported build issue due to cache
reported build issue due to cache
1 parent 7c481f6 commit f531340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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: |
@@ -77,4 +77,4 @@ workflows:
7777
context : org-global
7878
filters:
7979
branches:
80-
only: master
80+
only: master

0 commit comments

Comments
 (0)