File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-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 : cimg/python:3.11.0 -browsers
4
+ - image : cimg/python:3.12.1 -browsers
5
5
install_dependency : &install_dependency
6
6
name : Installation of build and deployment dependencies.
7
7
command : |
8
- sudo apt update
9
- sudo apt install jq
10
- sudo apt install python3-pip
11
8
sudo pip3 install awscli --upgrade
12
- sudo pip3 install docker==6.1.3
13
- sudo pip3 install docker-compose
14
9
install_deploysuite : &install_deploysuite
15
10
name : Installation of install_deploysuite.
16
11
command : |
17
- git clone --branch v1.4.15 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
12
+ git clone --branch v1.4.17 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
18
13
cp ./../buildscript/master_deploy.sh .
19
14
cp ./../buildscript/buildenv.sh .
20
15
cp ./../buildscript/awsconfiguration.sh .
@@ -91,6 +86,7 @@ workflows:
91
86
branches :
92
87
only :
93
88
- dev
89
+ - feature/tsjr-365-remove-auth-get-skills
94
90
95
91
- " build-qa " :
96
92
context : org-global
You can’t perform that action at this time.
0 commit comments