File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,6 @@ install_deploysuite: &install_deploysuite
15
15
cp ./../buildscript/master_deploy.sh .
16
16
cp ./../buildscript/buildenv.sh .
17
17
cp ./../buildscript/awsconfiguration.sh .
18
- restore_cache_settings_for_build : &restore_cache_settings_for_build
19
- key : docker-node-modules-v4-{{ checksum "package-lock.json" }}
20
-
21
- save_cache_settings : &save_cache_settings
22
- key : docker-node-modules-v4-{{ checksum "package-lock.json" }}
23
- paths :
24
- - node_modules
25
18
26
19
# Instructions of deployment
27
20
deploy_steps : &deploy_steps
@@ -31,8 +24,6 @@ deploy_steps: &deploy_steps
31
24
- run : *install_awscli
32
25
- run : *install_deploysuite
33
26
- setup_remote_docker
34
- # Restoration of node_modules from cache.
35
- - restore_cache : *restore_cache_settings_for_build
36
27
- run : docker build -t ${APPNAME}:latest .
37
28
- deploy :
38
29
name : " Running Masterscript - deploy tc-project-service "
You can’t perform that action at this time.
0 commit comments