File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 2
2
global :
3
3
- SQLALCHEMY_DATABASE_URI="sqlite:///:memory:"
4
4
- IMAGE_NAME=resources-api
5
- - DEPLOY_BRANCHES="master staging"
6
- - AWS_REGION=us-east-2
5
+ - DEPLOY_BRANCHES="master"
7
6
language : python
8
7
sudo : required
9
8
dist : xenial
Original file line number Diff line number Diff line change @@ -21,12 +21,7 @@ if [[ ! " ${BRANCHES_TO_DEPLOY[@]} " =~ " ${TRAVIS_BRANCH} " ]]; then
21
21
exit 0
22
22
fi
23
23
24
- pip install awscli -q
25
-
26
24
if [ $? = 0 ]; then
27
- AWSBIN=$( which aws)
28
- AWSPATH=$( dirname $AWSBIN )
29
- export PATH=$PATH :$AWSPATH
30
25
31
26
# Get absolute path of dir where run.sh is located
32
27
SOURCE=" ${BASH_SOURCE[0]} "
@@ -40,7 +35,4 @@ if [ $? = 0 ]; then
40
35
bash ${SCRIPTDIR} /build &&
41
36
bash ${SCRIPTDIR} /publish
42
37
43
- else
44
- echo " Failed to install AWS CLI"
45
- exit 1
46
38
fi
You can’t perform that action at this time.
0 commit comments