mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
maint: Actually run ‘make check-channel-news’ in pre-push hook.
Fixes a bug introduced in ab9cda9ebd
where
‘make check-channel-news’ would not longer be executed.
* etc/git/pre-push: Remove ‘exec’ before ‘guix git authenticate’.
Change-Id: Ic425db866e44695493be96a0a8c81c77c815e42d
This commit is contained in:
parent
622568ec13
commit
1afbf48b25
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ do
|
|||
case "$2" in
|
||||
*.gnu.org*)
|
||||
set -e
|
||||
exec guix git authenticate
|
||||
make check-channel-news
|
||||
guix git authenticate
|
||||
exec make check-channel-news
|
||||
exit 127
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue