Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
spack
Commits
dd94a44b
Commit
dd94a44b
authored
7 months ago
by
Harmen Stoppels
Committed by
Harmen Stoppels
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
gha: fix git safe.directory config (#48041)
parent
95d190e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/unit_tests.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/unit_tests.yaml
.github/workflows/valid-style.yml
+1
-1
1 addition, 1 deletion
.github/workflows/valid-style.yml
with
2 additions
and
2 deletions
.github/workflows/unit_tests.yaml
+
1
−
1
View file @
dd94a44b
...
@@ -134,7 +134,7 @@ jobs:
...
@@ -134,7 +134,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 config --global --add safe.directory
'*'
git fetch --unshallow
git fetch --unshallow
. .github/workflows/bin/setup_git.sh
. .github/workflows/bin/setup_git.sh
useradd spack-test
useradd spack-test
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/valid-style.yml
+
1
−
1
View file @
dd94a44b
...
@@ -74,7 +74,7 @@ jobs:
...
@@ -74,7 +74,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 config --global --add safe.directory
'*'
git fetch --unshallow
git fetch --unshallow
. .github/workflows/bin/setup_git.sh
. .github/workflows/bin/setup_git.sh
useradd spack-test
useradd spack-test
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment