File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
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 : circleci/python:stretch-browsers
4
+ - image : circleci/python:2.7- stretch-browsers
5
5
install_dependency : &install_dependency
6
6
name : Installation of build and deployment dependencies.
7
7
command : |
8
8
sudo apt install jq
9
- sudo pip3 install awscli --upgrade
10
- sudo pip3 install docker-compose
9
+ sudo pip install awscli --upgrade
10
+ sudo pip install docker-compose
11
11
12
12
install_deploysuite : &install_deploysuite
13
13
name : Installation of install_deploysuite.
14
14
command : |
15
- git clone --branch v1.4.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
15
+ git clone --branch v1.4.10 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
16
16
cp ./../buildscript/master_deploy.sh .
17
17
cp ./../buildscript/buildenv.sh .
18
18
cp ./../buildscript/awsconfiguration.sh .
You can’t perform that action at this time.
0 commit comments