File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ install_dependency: &install_dependency
13
13
pip install --upgrade pip
14
14
sudo pip install awscli --upgrade
15
15
sudo curl -o /usr/local/bin/ecs-cli https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest
16
+ apk add py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
16
17
sudo pip install docker-compose
17
18
sudo chmod +x /usr/local/bin/ecs-cli
18
19
19
20
install_deploysuite : &install_deploysuite
20
21
name : Installation of install_deploysuite.
21
22
command : |
22
- git clone --branch v1.3 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
23
+ git clone --branch v1.4.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
23
24
cp ./../buildscript/master_deploy.sh .
24
25
cp ./../buildscript/buildenv.sh .
25
26
cp ./../buildscript/awsconfiguration.sh .
@@ -79,4 +80,4 @@ workflows:
79
80
context : org-global
80
81
filters :
81
82
branches :
82
- only : master
83
+ only : master
You can’t perform that action at this time.
0 commit comments