Skip to content

Commit f58821c

Browse files
authored
testing
[skip ci]
1 parent f43b99f commit f58821c

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
@@ -140,7 +140,7 @@ jobs:
140140
- run: *install_dependency
141141
- run: *install_deploysuite
142142
# Restoration of node_modules from cache.
143-
# - restore_cache: *restore_cache_settings_for_build
143+
- restore_cache: *restore_cache_settings_for_build
144144
- run:
145145
name: "configuring environment"
146146
command: |
@@ -149,7 +149,7 @@ jobs:
149149
# Build of Docker image.
150150
- run: *build_docker_image
151151
# Caching node modules.
152-
# - save_cache: *save_cache_settings
152+
- save_cache: *save_cache_settings
153153
# Deployment.
154154
- deploy:
155155
name: Running MasterScript

0 commit comments

Comments
 (0)