Skip to content

Commit

Permalink
investigate /mnt on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jun 19, 2024
1 parent dace6bd commit 1d26290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
# debug
docker image ls -a --digests --no-trunc
tree -d -L 3 /mnt
ls -l /
mkdir -p /mnt/tmp
- name: build image
if: env.SKIP == '0'
run: |
Expand Down

0 comments on commit 1d26290

Please sign in to comment.