Do not render templates in fetch

This commit is contained in:
Daniel Berteaud 2023-10-27 16:11:29 +02:00
parent 63c5cd9973
commit 4dcff9274a
1 changed files with 0 additions and 2 deletions

2
ctctl
View File

@ -877,8 +877,6 @@ case $1 in
;;
fetch)
ctctl_update_submodules
ctctl_render_templates
ctctl_handle_prep_scripts
ctctl_renew_leases
;;
prep)