Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid failing the tar extraction and working on previous version instead
[simgrid.git] / buildtools / jenkins / run.sh
index 9105307..c1141b3 100755 (executable)
@@ -37,8 +37,9 @@ then
     make
 else    
     cmake $WORKSPACE
     make
 else    
     cmake $WORKSPACE
+    rm Simgrid*.tar.gz
     make dist
     make dist
-    tar xzf `cat $WORKSPACE/VERSION`.tar.gz
+    tar xzf `cat VERSION`.tar.gz
     cd `cat VERSION`
 
     if [ "$build_mode" = "Debug" ]
     cd `cat VERSION`
 
     if [ "$build_mode" = "Debug" ]