Add commentary
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-03-29 10:22:30 +02:00
parent fa963f32e3
commit 0a06ff5c74
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
set -eu -o pipefail
# Install root administration user account on first installation
setup_root_user() {
set -eu
@ -23,6 +24,7 @@ setup_root_user() {
fi
}
# Pass Ansible based environment variables into the Gitea app.ini configuration
setup_app_ini() {
set -eu
@ -82,6 +84,7 @@ setup_app_ini() {
crudini --set "$app_ini" mailer MAILER_TYPE "${SMTP_MAILER_TYPE}"
}
# Main entrypoint
main() {
set -eu