Skip to content

Commit bad545a

Browse files
committed
Re-remove safe.directory step
We chown the workspace, so this shouldn't be needed. This commit also removes the "Debug ownership" step.
1 parent b32932f commit bad545a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: .github/workflows/alpine-test.yml

-12
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ jobs:
3232
chown -R runner:docker -- "$GITHUB_WORKSPACE"
3333
shell: sh -exo pipefail {0} # Run this as root, not the "runner" user.
3434

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-
run: |
45-
git config --global --add safe.directory "$(pwd)"
46-
4735
- name: Prepare this repo for tests
4836
run: |
4937
./init-tests-after-clone.sh

0 commit comments

Comments
 (0)