Explorar o código

contrib/ci.inria.fr/job-1-check.sh: ignore touch command failure

Nathalie Furmento %!s(int64=3) %!d(string=hai) anos
pai
achega
80520a4d3c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/ci.inria.fr/job-1-check.sh

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

@@ -45,7 +45,7 @@ cd $basename
 
 test -d $basename && chmod -R u+rwX $basename && rm -rf $basename
 tar xfz ../$tarball
-touch --date="last hour" $(find $basename)
+touch --date="last hour" $(find $basename) || true
 cd $basename
 mkdir build
 cd build