File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ install_dependency: &install_dependency
6
6
name : Installation of build and deployment dependencies.
7
7
command : |
8
8
pip3 install awscli --upgrade
9
- # sudo pip3 install docker-compose
10
9
install_deploysuite : &install_deploysuite
11
10
name : Installation of install_deploysuite.
12
11
command : |
@@ -16,10 +15,10 @@ install_deploysuite: &install_deploysuite
16
15
cp ./../buildscript/awsconfiguration.sh .
17
16
cp ./../buildscript/psvar-processor.sh .
18
17
restore_cache_settings_for_build : &restore_cache_settings_for_build
19
- key : docker-node-modules-{{ checksum "yarn.lock" }}
18
+ key : docker-node-modules-v6- {{ checksum "yarn.lock" }}
20
19
21
20
save_cache_settings : &save_cache_settings
22
- key : docker-node-modules-{{ checksum "yarn.lock" }}
21
+ key : docker-node-modules-v6- {{ checksum "yarn.lock" }}
23
22
paths :
24
23
- node_modules
25
24
You can’t perform that action at this time.
0 commit comments