File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,6 @@ install_deploysuite: &install_deploysuite
1515 cp ./../buildscript/awsconfiguration.sh .
1616 cp ./../buildscript/psvar-processor.sh .
1717
18- restore_cache_settings_for_build : &restore_cache_settings_for_build
19- key : docker-node-modules-{{ checksum "yarn.lock" }}
20-
21- save_cache_settings : &save_cache_settings
22- key : docker-node-modules-{{ checksum "yarn.lock" }}
23- paths :
24- - node_modules
25-
2618finger_print_add : &finger_print_add
2719 fingerprints :
2820 - SHA256:KJYSvQh9CxkY9yRXxp+Geo6cllnfSiiKAH3LFQ/X9f4
@@ -33,7 +25,6 @@ builddeploy_steps: &builddeploy_steps
3325- setup_remote_docker
3426- run : *install_dependency
3527- run : *install_deploysuite
36- - restore_cache : *restore_cache_settings_for_build
3728- run :
3829 name : " Authenticate with CodeArtifact and build Docker image"
3930 command : |
@@ -51,7 +42,6 @@ builddeploy_steps: &builddeploy_steps
5142 source buildvar_env
5243 rm -f awsenvconf
5344 ./build.sh ${APPNAME}
54- - save_cache : *save_cache_settings
5545 - deploy :
5646 name : Running MasterScript.
5747 command : |
You can’t perform that action at this time.
0 commit comments