gha rhel8-platform-python: configure git safe.directory (#37708)
This commit is contained in:
parent
815ac000cc
commit
badaaf7092
1 changed files with 1 additions and 0 deletions
1
.github/workflows/unit_tests.yaml
vendored
1
.github/workflows/unit_tests.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue