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 9809daf commit c5a2f66Copy full SHA for c5a2f66
.circleci/config.yml
@@ -57,7 +57,7 @@ jobs:
57
- run: *install_dependency
58
- run: *install_deploysuite
59
# Restoration of node_modules from cache.
60
- # - restore_cache: *restore_cache_settings_for_build
+ - restore_cache: *restore_cache_settings_for_build
61
# Build of Docker image.
62
- run:
63
name: "configuring environment"
@@ -66,7 +66,7 @@ jobs:
66
./buildenv.sh -e DEV -b dev_communityapp_buildvar,dev_communityapp_deployvar -l dev_communityapp_buildvar_ps
67
- run: *build_docker_image
68
# Caching node modules.
69
- # - save_cache: *save_cache_settings
+ - save_cache: *save_cache_settings
70
# Deployment.
71
- deploy:
72
name: Running MasterScript
0 commit comments