Skip to content
Snippets Groups Projects
Commit 872f5c6a authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: git config --global gc.autoDetach

parent 503ad258
No related branches found
No related tags found
1 merge request!1014feat: install py-rucio-clients in xl
Pipeline #103912 canceled
......@@ -154,6 +154,7 @@ RUN <<EOF
git config --global user.email "gitlab@eicweb.phy.anl.gov"
git config --global user.name "EIC Container Build Service"
git config --global advice.detachedHead false
git config --global gc.autoDetach false
git clone --filter=tree:0 https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT}
git -C ${SPACK_ROOT} checkout ${SPACK_VERSION}
git -C ${SPACK_ROOT} gc --no-auto
......
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