We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d84389 commit 2670c92Copy full SHA for 2670c92
1 file changed
.github/workflows/outputs.yml
@@ -43,7 +43,8 @@ jobs:
43
- name: Re-generate outputs from tutorial scripts
44
run: |
45
chmod -R a+w outputs
46
- make -C outputs -j $(nproc) DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94" container=ghcr.io/spack/tutorial
+ DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -v $(cwd)/spack:/home/spack/spack"
47
+ make -C outputs -j $(nproc) DOCKER_RUN_OPTS="$DOCKER_RUN_OPTS" container=ghcr.io/spack/tutorial
48
49
- name: Show diff of modified files
50
0 commit comments