gha rhel8-platform-python: configure git safe.directory (#37708)

This commit is contained in:
Harmen Stoppels 2023-05-16 16:31:13 +02:00 committed by GitHub
parent 815ac000cc
commit badaaf7092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,6 +137,7 @@ jobs:
- name: Setup repo and non-root user - name: Setup repo and non-root user
run: | run: |
git --version git --version
git config --global --add safe.directory /__w/spack/spack
git fetch --unshallow git fetch --unshallow
. .github/workflows/setup_git.sh . .github/workflows/setup_git.sh
useradd spack-test useradd spack-test