Skip to content
Snippets Groups Projects
Commit f79b1279 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

Edit .gitlab-ci.yml

parent 720aeb59
Branches
No related tags found
1 merge request!168Draft: run du
Pipeline #121589 failed
...@@ -78,7 +78,7 @@ common:setup: ...@@ -78,7 +78,7 @@ common:setup:
df -h df -h
mount mount
if [ -n "${RM}" ] ; then rm -rf $RM ; fi if [ -n "${RM}" ] ; then rm -rf $RM ; fi
for file in find /scratch/snakemake-cache; do for file in $(find /scratch/snakemake-cache -type f); do
if file -b "$file" | grep -E '^ROOT file'; then if file -b "$file" | grep -E '^ROOT file'; then
rootls "$file" 2>/dev/null || echo "$file is broken" rootls "$file" 2>/dev/null || echo "$file is broken"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment