We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32932f commit bad545aCopy full SHA for bad545a
.github/workflows/alpine-test.yml
@@ -32,18 +32,6 @@ jobs:
32
chown -R runner:docker -- "$GITHUB_WORKSPACE"
33
shell: sh -exo pipefail {0} # Run this as root, not the "runner" user.
34
35
- - name: Debug ownership
36
- run: |
37
- printenv GITHUB_WORKSPACE
38
- printenv RUNNER_WORKSPACE
39
- whoami
40
- id
41
- ls -alR /__w
42
-
43
- - name: Special configuration for Alpine Linux git
44
45
- git config --global --add safe.directory "$(pwd)"
46
47
- name: Prepare this repo for tests
48
run: |
49
./init-tests-after-clone.sh
0 commit comments