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