File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version : 2
22defaults : &defaults
33 docker :
4- - image : circleci/python:stretch-browsers
4+ - image : circleci/python:2.7- stretch-browsers
55install_dependency : &install_dependency
66 name : Installation of build and deployment dependencies.
77 command : |
88 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
1111
1212install_deploysuite : &install_deploysuite
1313 name : Installation of install_deploysuite.
1414 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
1616 cp ./../buildscript/master_deploy.sh .
1717 cp ./../buildscript/buildenv.sh .
1818 cp ./../buildscript/awsconfiguration.sh .
You can’t perform that action at this time.
0 commit comments