mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 19:24:34 +02:00
ci/tag-maintainers: exit if nix fails
This commit is contained in:
parent
3708f788e2
commit
4f9e855172
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def run_nix_eval(file: str, *args: str) -> str:
|
|||
except subprocess.CalledProcessError as e:
|
||||
print(f"Error running Nix evaluation: {e}", file=sys.stderr)
|
||||
print(f"Stderr: {e.stderr}", file=sys.stderr)
|
||||
return "[]"
|
||||
sys.exit()
|
||||
|
||||
|
||||
def extract_maintainers(changed_files: List[str], pr_author: str) -> List[str]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue