We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1156ba9 commit 515cc37Copy full SHA for 515cc37
buildkite.yaml
@@ -44,6 +44,7 @@ steps:
44
- echo --- Cloning nixpkgs
45
- git config --global user.email CI/CD
46
- git config --global user.name CI/CD
47
+ - git config --global --add safe.directory /data/nixpkgs/.git
48
- git clone --branch=master --depth 1 --origin=upstream file:///data/nixpkgs
49
50
- echo --- Formatting - before
@@ -66,6 +67,7 @@ steps:
66
67
command:
68
69
70
71
72
73
- echo --- Closure @ before
0 commit comments