Skip to content

Commit 7714f03

Browse files
Debug output
1 parent 9c20328 commit 7714f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
VOLUME /configs
88
ARG ompi_version
99
ENV ompi_version=$$ompi_version
10-
CMD cp /configs/spack.yaml . && \
10+
CMD ls . && ls / && ls /configs && cp /configs/spack.yaml . && \
1111
spack -e . add openmpi@$${ompi_version} && \
1212
spack -e . containerize >/configs/spack.Dockerfile
1313
args:

0 commit comments

Comments
 (0)