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

fix: add account for commits

parent dff0b878
No related branches found
No related tags found
1 merge request!823chore: pythia8-8.310
......@@ -36,6 +36,8 @@ ARG SPACK_CHERRYPICKS=""
ARG SPACK_CHERRYPICKS_FILES=""
ADD https://api.github.com/repos/${SPACK_ORGREPO}/commits/${SPACK_VERSION} /tmp/spack.json
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 clone --filter=tree:0 https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT}
git -C ${SPACK_ROOT} checkout ${SPACK_VERSION}
......
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