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 6ada050 commit 7595a14Copy full SHA for 7595a14
.github/workflows/ci.yaml
@@ -81,8 +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
+ echo "### show user id ###########################################"
+ id runner
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