Consider environment variables during app.ini creation #298
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/298/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR improves the handling and injection into app.ini of user defined environment variables via env-to-ini script.
Fixes #297
Would also be a replacement for #279.
@luhahn Just a minor thing: Currently your README changes have a forced line-breaking at 80 chars or similar.
This makes it hard to review single sentences and probably also does not go well with https://gitea.com/gitea/helm-chart/src/branch/master/.markdownlint.yaml.
I wonder if a simple markdownlint check should be added to drone to automate this?
EDIT: Apparently there's already a check in the drone yaml:
9530967163/.drone.yml (L26-L30)
@pat-s I agree this is not the most readable setting right now. Would be another PR to globally change the line length for Markdown Lint.
LGTM. Awesome addition. ?