Skip to content

Commit 9c5bd02

Browse files
authored
Update config.yml
1 parent db63308 commit 9c5bd02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: circleci/python:stretch-browsers
4+
- image: circleci/python:2.7-stretch-browsers
55
install_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
1212
install_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 .

0 commit comments

Comments
 (0)