Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 7, 2024
1 parent 7576f77 commit 97becfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ ONBUILD ARG MIRROR_AUTH_ARG
ONBUILD ARG CACHE_BUCKET
ONBUILD RUN if [ -n "${CACHE_BUCKET}" ] ; then echo spack mirror add --scope=site ${MIRROR_URL_ARG} ${MIRROR_AUTH_ARG} build_s3 s3://${CACHE_BUCKET}; fi
ONBUILD RUN if [ -n "${CACHE_BUCKET}" ]; then spack mirror add --scope=site ${MIRROR_URL_ARG} ${MIRROR_AUTH_ARG} build_s3 s3://${CACHE_BUCKET}; fi
ONBUILD RUN ls /opt
ONBUILD RUN ls /opt/spack/bin
ONBUILD RUN echo $PATH
ONBUILD RUN spack config blame mirrors

# Install the software, remove unnecessary deps
Expand Down

0 comments on commit 97becfc

Please sign in to comment.