certbot: an empty change shouldn't raise an exception
continuous-integration/drone/push Build is passing Détails

Cette révision appartient à :
Jérémy Lecour 2020-09-16 12:07:27 +02:00 révisé par Jérémy Lecour
Parent 48174ad618
révision 3e67d92fd3
2 fichiers modifiés avec 2 ajouts et 1 suppressions

Voir le fichier

@ -23,6 +23,7 @@ The **patch** part changes incrementally at each release.
### Fixed
* certbot: an empty change shouldn't raise an exception
* certbot: fix "no-self-upgrade" option
### Removed

Voir le fichier

@ -22,7 +22,7 @@ main() {
message="[letsencrypt] certificates renewal (${RENEWED_DOMAINS})"
${git_bin} commit --message "${message}" --quiet
else
error "Weird, nothing has changed but the hook has been executed for '${RENEWED_DOMAINS}'"
debug "Weird, nothing has changed but the hook has been executed for '${RENEWED_DOMAINS}'"
fi
fi
}