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

fix: disable view in runtime

parent ca7183f7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !994. Comments created here will be created in the context of that merge request.
......@@ -92,6 +92,8 @@ COPY --from=spack-environment . /opt/spack-environment/
ARG ENV=dev
ENV SPACK_ENV=/opt/spack-environment/${ENV}
RUN echo -e "\n view: false" >> ${SPACK_ENV}/spack.yaml
COPY --from=builder_installation_default \
/opt/spack-environment/${ENV}/spack.lock \
/opt/spack-environment/${ENV}/spack.lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment