File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! /bin/bash -ex
2
+
3
+ # build again since I can't figure out how to get travis to recognize the old
4
+ # build in the new container. The other alternative (besides actually solving
5
+ # the issue) is to run the docs build and tarball generation every time.
6
+ ./.travis.sh
2
7
3
8
source ./.venv/bin/activate
4
9
@@ -27,7 +32,6 @@ mkdir ./tag_build
27
32
28
33
# create and checksum the tarball
29
34
30
- # no bashisms for portability
31
35
if [ x" ${TRAVIS_TAG# v[0-9]} " = " x${TRAVIS_TAG} " ]; then
32
36
PYTHON_GSSAPI_VERSION=${TRAVIS_TAG}
33
37
else
Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ before_deploy:
33
33
-w /tmp/build
34
34
-e TRAVIS_TAG=$TRAVIS_TAG
35
35
-e PKG_NAME_VER=$PKG_NAME_VER
36
+ -e KRB5_VER=$KRB5_VER
37
+ -e PYTHON=$PYTHON
36
38
$DISTRO
37
- /bin/sh -x .travis.before-deploy.sh
39
+ /bin/bash -ex .travis.before-deploy.sh
38
40
deploy :
39
41
- provider : releases
40
42
api_key :
You can’t perform that action at this time.
0 commit comments