Skip to content
Snippets Groups Projects
Commit 34e126d5 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Temporary remove broken parts

parent e29dd423
No related branches found
No related tags found
1 merge request!2CI update to use squashfs
Pipeline #201483 failed
......@@ -105,14 +105,14 @@ spack:checkout:
before_script:
- git config --global --add --bool advice.detachedHead false
script:
- |
for i in overlayfs squashfs-cache buildcache spack-mirror
do
if [ ! -e ${CI_DATA}/$i ]
then
mkdir -p ${CI_DATA}/$i
fi
done
# - |
# for i in overlayfs squashfs-cache buildcache spack-mirror
# do
# if [ ! -e ${CI_DATA}/$i ]
# then
# mkdir -p ${CI_DATA}/$i
# fi
# done
- ./ci/prepare_squashfs.sh
timeout: 1h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment