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:
parent
1156ba9b83
commit
515cc37052
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue