Skip to content

Commit

Permalink
Use work dir inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Feb 13, 2024
1 parent 6f15590 commit 7696dab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .ci/template/gh-build-iso.yml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
popd

# Build image
mkarchiso -v -m iso -w /workspace/work -o /workspace/out /workspace
mkarchiso -v -m iso -w /_work -o /workspace/out /workspace

- name: Create summary
run: |
Expand All @@ -58,4 +58,3 @@ jobs:
with:
name: archiso-output
path: out/

2 changes: 1 addition & 1 deletion .ci/template/sh-build-iso.yml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
popd

# Build image
mkarchiso -v -m iso -w /workspace/work -o /workspace/out /workspace
mkarchiso -v -m iso -w /_work -o /workspace/out /workspace

- name: Create summary
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-build-iso-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
popd
# Build image
mkarchiso -v -m iso -w /workspace/work -o /workspace/out /workspace
mkarchiso -v -m iso -w /_work -o /workspace/out /workspace
- name: Create summary
run: |
Expand All @@ -55,4 +55,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: archiso-output
path: out/
path: out/
2 changes: 1 addition & 1 deletion .github/workflows/sh-build-iso-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
popd
# Build image
mkarchiso -v -m iso -w /workspace/work -o /workspace/out /workspace
mkarchiso -v -m iso -w /_work -o /workspace/out /workspace
- name: Create summary
run: |
Expand Down

0 comments on commit 7696dab

Please sign in to comment.