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,17 +8,19 @@ parameters:
8
8
type : boolean
9
9
defaults : &defaults
10
10
docker :
11
- - image : circleci /python:2.7-stretch -browsers
11
+ - image : cimg /python:3.11.0 -browsers
12
12
install_dependency : &install_dependency
13
13
name : Installation of build and deployment dependencies.
14
14
command : |
15
- sudo apt install jq python3-pip
15
+ sudo apt update
16
+ sudo apt install jq
17
+ sudo apt install python3-pip
16
18
sudo pip3 install awscli --upgrade
17
- # sudo pip install docker-compose
19
+ sudo pip3 install docker-compose
18
20
install_deploysuite : &install_deploysuite
19
21
name : Installation of install_deploysuite.
20
22
command : |
21
- git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
23
+ git clone --branch v1.4.15 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
22
24
cp ./../buildscript/master_deploy.sh .
23
25
cp ./../buildscript/buildenv.sh .
24
26
cp ./../buildscript/awsconfiguration.sh .
You can’t perform that action at this time.
0 commit comments