mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
etc: pre-push git hook: Also check Codeberg SSH remote.
* etc/git/pre-push (main): Check Codeberg SSH remote. Fixes: #421 Change-Id: Id669259f510cf3e33cadf77a5c9eeada52a5d0dd
This commit is contained in:
parent
c1d6ab1a51
commit
50b69ecb40
1 changed files with 5 additions and 0 deletions
|
@ -49,9 +49,14 @@ do
|
||||||
*.gnu.org*)
|
*.gnu.org*)
|
||||||
perform_checks
|
perform_checks
|
||||||
;;
|
;;
|
||||||
|
# HTTPS Git remote.
|
||||||
*codeberg.org/guix/*)
|
*codeberg.org/guix/*)
|
||||||
perform_checks
|
perform_checks
|
||||||
;;
|
;;
|
||||||
|
# SSH Git remote.
|
||||||
|
*codeberg.org:guix/*)
|
||||||
|
perform_checks
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue