gha bootstrap-dev-rhel8: configure git safe.directory (#37702)
git has been updated to something more recent
This commit is contained in:
parent
e56c90d839
commit
a0e7ca94b2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/valid-style.yml
vendored
1
.github/workflows/valid-style.yml
vendored
|
@ -72,6 +72,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