File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
defaults : &defaults
3
3
docker :
4
- - image : docker:17.06.1-ce-git
4
+ - image : cimg/python:3.11.0-browsers
5
5
install_dependency : &install_dependency
6
6
name : Installation of build and deployment dependencies.
7
7
command : |
8
- apk update
9
- apk add --no-cache bash curl
10
- apk upgrade
11
- apk add --no-cache jq py-pip sudo
12
- sudo pip install awscli --upgrade
8
+ sudo apt update
9
+ sudo apt install jq
10
+ sudo apt install python3-pip
11
+ sudo pip3 install awscli --upgrade
12
+ sudo pip3 install docker-compose
13
13
install_deploysuite : &install_deploysuite
14
14
name : Installation of install_deploysuite.
15
15
command : |
16
- git clone --branch v1.3 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
16
+ git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
17
17
cp ./../buildscript/master_deploy.sh .
18
18
cp ./../buildscript/buildenv.sh .
19
19
cp ./../buildscript/awsconfiguration.sh .
You can’t perform that action at this time.
0 commit comments