From 515cc37052603508ddceaf935dde98e46276ad6e Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sun, 3 Nov 2024 19:18:05 -0700 Subject: [PATCH] fix: git safe directory --- buildkite.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildkite.yaml b/buildkite.yaml index 92d50fd..206ac5c 100644 --- a/buildkite.yaml +++ b/buildkite.yaml @@ -44,6 +44,7 @@ steps: - echo --- Cloning nixpkgs - git config --global user.email CI/CD - git config --global user.name CI/CD + - git config --global --add safe.directory /data/nixpkgs/.git - git clone --branch=master --depth 1 --origin=upstream file:///data/nixpkgs - echo --- Formatting - before @@ -66,6 +67,7 @@ steps: command: - git config --global user.email CI/CD - git config --global user.name CI/CD + - git config --global --add safe.directory /data/nixpkgs/.git - git clone --branch=master --depth 1 --origin=upstream file:///data/nixpkgs - echo --- Closure @ before