Skip to content

Commit 515cc37

Browse files
committed
fix: git safe directory
1 parent 1156ba9 commit 515cc37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildkite.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ steps:
4444
- echo --- Cloning nixpkgs
4545
- git config --global user.email CI/CD
4646
- git config --global user.name CI/CD
47+
- git config --global --add safe.directory /data/nixpkgs/.git
4748
- git clone --branch=master --depth 1 --origin=upstream file:///data/nixpkgs
4849

4950
- echo --- Formatting - before
@@ -66,6 +67,7 @@ steps:
6667
command:
6768
- git config --global user.email CI/CD
6869
- git config --global user.name CI/CD
70+
- git config --global --add safe.directory /data/nixpkgs/.git
6971
- git clone --branch=master --depth 1 --origin=upstream file:///data/nixpkgs
7072

7173
- echo --- Closure @ before

0 commit comments

Comments
 (0)