summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-05-16 15:21:42 +0200
committerGitHub <noreply@github.com>2023-05-16 15:21:42 +0200
commita0e7ca94b2c0a7e5c56b2478aedced12921fb633 (patch)
treeb457c441b6660749118d648889e43956c6ca7e94 /.github
parente56c90d8397103549c92493722e93fdb43e5512b (diff)
downloadspack-a0e7ca94b2c0a7e5c56b2478aedced12921fb633.tar.gz
spack-a0e7ca94b2c0a7e5c56b2478aedced12921fb633.tar.bz2
spack-a0e7ca94b2c0a7e5c56b2478aedced12921fb633.tar.xz
spack-a0e7ca94b2c0a7e5c56b2478aedced12921fb633.zip
gha bootstrap-dev-rhel8: configure git safe.directory (#37702)
git has been updated to something more recent
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/valid-style.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml
index 085f7fab60..53be8b30a7 100644
--- a/.github/workflows/valid-style.yml
+++ b/.github/workflows/valid-style.yml
@@ -72,6 +72,7 @@ jobs:
- name: Setup repo and non-root user
run: |
git --version
+ git config --global --add safe.directory /__w/spack/spack
git fetch --unshallow
. .github/workflows/setup_git.sh
useradd spack-test