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 6e7d9a7 commit 3bc0fbbCopy full SHA for 3bc0fbb
.github/workflows/ci.yaml
@@ -115,6 +115,8 @@ jobs:
115
116
- name: Test container
117
run: |
118
+ ls -la
119
+ chown -R 1001:1001 .
120
docker run --rm -v $(pwd):/repo ci/voxbox-${{ matrix.rubygem_puppet }}:${{ github.sha }} -f /Rakefile -T
121
docker run --rm -v $(pwd):/repo ci/voxbox-${{ matrix.rubygem_puppet }}:${{ github.sha }} -f /Rakefile lint
122
docker run --rm -v $(pwd):/repo ci/voxbox-${{ matrix.rubygem_puppet }}:${{ github.sha }} -f /Rakefile metadata_lint
0 commit comments