We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43b99f commit f58821cCopy full SHA for f58821c
.circleci/config.yml
@@ -140,7 +140,7 @@ jobs:
140
- run: *install_dependency
141
- run: *install_deploysuite
142
# Restoration of node_modules from cache.
143
- # - restore_cache: *restore_cache_settings_for_build
+ - restore_cache: *restore_cache_settings_for_build
144
- run:
145
name: "configuring environment"
146
command: |
@@ -149,7 +149,7 @@ jobs:
149
# Build of Docker image.
150
- run: *build_docker_image
151
# Caching node modules.
152
- # - save_cache: *save_cache_settings
+ - save_cache: *save_cache_settings
153
# Deployment.
154
- deploy:
155
name: Running MasterScript
0 commit comments