Skip to content

Commit 6ada050

Browse files
committed
chore: debug podman v4
1 parent efe5640 commit 6ada050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
find . ! -user $USER
8282
echo "### show files in container ################################"
8383
podman run --userns=keep-id --rm -v $PWD:/repo:Z --entrypoint ash ci/voxbox:${{ matrix.rubygem_puppet }} -c "ls -la"
84+
echo "### show podman config ####################################"
85+
cat ~/.config/containers/containers.conf
8486
echo "############################################################"
8587
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile -T
8688
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile lint

0 commit comments

Comments
 (0)