瀏覽代碼

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

Nathalie Furmento 3 年之前
父節點
當前提交
80520a4d3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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