From: Augustin Degomme Date: Mon, 14 Oct 2013 15:19:45 +0000 (+0200) Subject: avoid failing the tar extraction and working on previous version instead X-Git-Tag: v3_9_90~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/973da3d5b1e8b7ffc8df0f564ed8eb7b9272741a?hp=76b0255fd0d576fa033731ee9c9a2ddcbefb68a1 avoid failing the tar extraction and working on previous version instead --- diff --git a/buildtools/jenkins/run.sh b/buildtools/jenkins/run.sh index 910530769e..c1141b3181 100755 --- a/buildtools/jenkins/run.sh +++ b/buildtools/jenkins/run.sh @@ -37,8 +37,9 @@ then make else cmake $WORKSPACE + rm Simgrid*.tar.gz make dist - tar xzf `cat $WORKSPACE/VERSION`.tar.gz + tar xzf `cat VERSION`.tar.gz cd `cat VERSION` if [ "$build_mode" = "Debug" ]