File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,15 @@ parameters:
88 type : boolean
99defaults : &defaults
1010 docker :
11- - image : circleci /python:2.7-stretch -browsers
11+ - image : cimg /python:3.11.0 -browsers
1212install_dependency : &install_dependency
1313 name : Installation of build and deployment dependencies.
1414 command : |
15+ sudo apt update
1516 sudo apt install jq python3-pip
16- sudo pip3 install awscli --upgrade
1717 # sudo pip install docker-compose
18+ sudo pip3 install awscli --upgrade
19+ sudo pip3 install docker-compose
1820install_deploysuite : &install_deploysuite
1921 name : Installation of install_deploysuite.
2022 command : |
@@ -23,10 +25,10 @@ install_deploysuite: &install_deploysuite
2325 cp ./../buildscript/buildenv.sh .
2426 cp ./../buildscript/awsconfiguration.sh .
2527restore_cache_settings_for_build : &restore_cache_settings_for_build
26- key : docker-node-modules-{{ checksum "package-lock.json " }}
28+ key : docker-node-modules-{{ checksum "yarn.lock " }}
2729
2830save_cache_settings : &save_cache_settings
29- key : docker-node-modules-{{ checksum "package-lock.json " }}
31+ key : docker-node-modules-{{ checksum "yarn.lock " }}
3032 paths :
3133 - node_modules
3234
You can’t perform that action at this time.
0 commit comments