Skip to content

Commit 7595a14

Browse files
committed
chore: debug podman v5
1 parent 6ada050 commit 7595a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +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
84+
echo "### show user id ###########################################"
85+
id runner
8686
echo "############################################################"
8787
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile -T
8888
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile lint

0 commit comments

Comments
 (0)