[segyio] 354/376: Build tarballs after success, not in deploy stage
Jørgen Kvalsvik
jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
jokva-guest pushed a commit to branch debian
in repository segyio.
commit fa0e1b28477772247b03190d5a8555260e947138
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date: Wed Aug 16 16:33:25 2017 +0200
Build tarballs after success, not in deploy stage
---
.travis.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index ac33318..f2b2c18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -100,15 +100,17 @@ script:
- install_run $PLAT
- mv wheelhouse build/python/dist
-before_deploy:
+after_success:
- git clone $TRAVIS_BUILD_DIR
- pushd segyio
- git submodule update --init pycmake
- popd
- - pushd build/python
- tar --exclude-vcs -C $TRAVIS_BUILD_DIR -czvf segyio-$TRAVIS_TAG-all.tar.gz segyio
- zip --exclude *.git -r segyio-$TRAVIS_TAG-all.zip $TRAVIS_BUILD_DIR/segyio/*
+before_deploy:
+ - pushd build/python
+
after_deploy:
- popd
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git
More information about the debian-science-commits
mailing list