1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

fix: git safe directory

This commit is contained in:
Kevin Amado 2024-11-03 19:18:05 -07:00
parent 1156ba9b83
commit 515cc37052

View file

@ -44,6 +44,7 @@ steps:
- echo --- Cloning nixpkgs - echo --- Cloning nixpkgs
- git config --global user.email CI/CD - git config --global user.email CI/CD
- git config --global user.name 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 - git clone --branch=master --depth 1 --origin=upstream file:///data/nixpkgs
- echo --- Formatting - before - echo --- Formatting - before
@ -66,6 +67,7 @@ steps:
command: command:
- git config --global user.email CI/CD - git config --global user.email CI/CD
- git config --global user.name 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 - git clone --branch=master --depth 1 --origin=upstream file:///data/nixpkgs
- echo --- Closure @ before - echo --- Closure @ before