We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe5640 commit 6ada050Copy full SHA for 6ada050
.github/workflows/ci.yaml
@@ -81,6 +81,8 @@ jobs:
81
find . ! -user $USER
82
echo "### show files in container ################################"
83
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
86
echo "############################################################"
87
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile -T
88
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile lint
0 commit comments