Browse Source

fix: [compose-core] make special ``no-hooks`` keyword work properly in actions

master
Valentin Lab 4 months ago
parent
commit
2ab84d6692
  1. 2
      bin/compose-core

2
bin/compose-core

@ -4626,7 +4626,7 @@ case "$action" in
for keyword in "${keywords[@]}"; do
case "$keyword" in
no-hooks)
full_init=
no_hooks=true
;;
hooks)
full_init=true

Loading…
Cancel
Save