File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -445,9 +445,9 @@ jobs:
445
445
when : on_fail
446
446
command : |
447
447
sudo chown $(id -un):$(id -gn) -R /tmp/ds005
448
- find /tmp/ds005/work \( -name "*.nii.gz" -or -name "*.nii" -or "*.gii" -or "*.h5" \) \
448
+ find /tmp/ds005/work \( -name "*.nii.gz" -or -name "*.nii" -or -name "*.gii" -or -name "*.h5" \) \
449
449
-exec sh -c 'rm -f {}; touch {}' \;
450
- find /tmp/ds005/work_partial \( -name "*.nii.gz" -or -name "*.nii" -or "*.gii" -or "*.h5" \) \
450
+ find /tmp/ds005/work_partial \( -name "*.nii.gz" -or -name "*.nii" -or -name "*.gii" -or -name "*.h5" \) \
451
451
-exec sh -c 'rm -f {}; touch {}' \;
452
452
453
453
- store_artifacts :
@@ -585,7 +585,7 @@ jobs:
585
585
when : on_fail
586
586
command : |
587
587
sudo chown $(id -un):$(id -gn) -R /tmp/ds054
588
- find /tmp/ds054/work \( -name "*.nii.gz" -or -name "*.nii" -or "*.gii" -or "*.h5" \) \
588
+ find /tmp/ds054/work \( -name "*.nii.gz" -or -name "*.nii" -or -name "*.gii" -or -name "*.h5" \) \
589
589
-exec sh -c 'rm -f {}; touch {}' \;
590
590
- store_artifacts :
591
591
path : /tmp/ds054
@@ -698,7 +698,7 @@ jobs:
698
698
when : on_fail
699
699
command : |
700
700
sudo chown $(id -un):$(id -gn) -R /tmp/ds210
701
- find /tmp/ds210/work \( -name "*.nii.gz" -or -name "*.nii" -or "*.gii" -or "*.h5" \) \
701
+ find /tmp/ds210/work \( -name "*.nii.gz" -or -name "*.nii" -or -name "*.gii" -or -name "*.h5" \) \
702
702
-exec sh -c 'rm -f {}; touch {}' \;
703
703
- store_artifacts :
704
704
path : /tmp/ds210
You can’t perform that action at this time.
0 commit comments