Skip to content

Commit c5a2f66

Browse files
authored
Update config.yml
1 parent 9809daf commit c5a2f66

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
@@ -57,7 +57,7 @@ jobs:
5757
- run: *install_dependency
5858
- run: *install_deploysuite
5959
# Restoration of node_modules from cache.
60-
# - restore_cache: *restore_cache_settings_for_build
60+
- restore_cache: *restore_cache_settings_for_build
6161
# Build of Docker image.
6262
- run:
6363
name: "configuring environment"
@@ -66,7 +66,7 @@ jobs:
6666
./buildenv.sh -e DEV -b dev_communityapp_buildvar,dev_communityapp_deployvar -l dev_communityapp_buildvar_ps
6767
- run: *build_docker_image
6868
# Caching node modules.
69-
# - save_cache: *save_cache_settings
69+
- save_cache: *save_cache_settings
7070
# Deployment.
7171
- deploy:
7272
name: Running MasterScript

0 commit comments

Comments
 (0)