File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,18 @@ echo DS3_ENDPOINT ${DS3_ENDPOINT}
66echo DS3_SECRET_KEY ${DS3_SECRET_KEY}
77echo DS3_ACCESS_KEY ${DS3_ACCESS_KEY}
88
9- echo " cd /opt"
9+ set -x
10+
1011cd /opt
1112
1213if [ ${GIT_BRANCH} != " master" ]; then
13- echo git clone ${GIT_REPO} --branch ${GIT_BRANCH} --single-branch
1414 git clone ${GIT_REPO} --branch ${GIT_BRANCH} --single-branch
1515else
16- echo git clone ${GIT_REPO}
1716 git clone ${GIT_REPO}
1817fi
1918
20- echo " cd ds3_python_sdk"
2119cd ds3_python_sdk
20+ get rev-parse HEAD
2221python setup.py install
2322
2423cd tests
Original file line number Diff line number Diff line change 1414from distutils .core import setup
1515
1616setup (name = 'DS3 SDK' ,
17- version = '3.2.0 ' ,
17+ version = '3.4.1 ' ,
1818 description = 'Python SDK and CLI for Spectra S3' ,
19192020 packages = ['ds3' ])
You can’t perform that action at this time.
0 commit comments