Browse Source

contrib: stash file is in build directory

Nathalie Furmento 7 years ago
parent
commit
a0b469fb2c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contrib/ci.inria.fr/job-1-check.sh

+ 2 - 0
contrib/ci.inria.fr/job-1-check.sh

@@ -21,6 +21,8 @@ set -x
 export PKG_CONFIG_PATH=/home/ci/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
 export LD_LIBRARY_PATH=/home/ci/usr/local/lib:$LD_LIBRARY_PATH
 
+mv build/*gz .
+rmdir build
 tarball=$(ls -tr starpu-*.tar.gz | tail -1)
 
 if test -z "$tarball"