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

fix: missing end of line escape

parent 4d7380fc
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,8 @@ ARG EICSPACK_VERSION="$SPACK_VERSION"
RUN git clone https://github.com/eic/eic-spack.git ${EICSPACK_ROOT} \
&& git -C ${EICSPACK_ROOT} checkout ${EICSPACK_VERSION} \
&& if [ -n "${EICSPACK_CHERRYPICKS}" ] ; then \
git -C ${EICSPACK_ROOT} cherry-pick -n ${SPACK_CHERRYPICKS} ; \
fi
git -C ${EICSPACK_ROOT} cherry-pick -n ${EICSPACK_CHERRYPICKS} ; \
fi \
&& spack repo add --scope site "${EICSPACK_ROOT}"
## Setup our custom environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment