2 Commits

Author SHA1 Message Date
williamp cd47ecd91f chore(fix): update unit test to reflect change
changelog / changelog (push) Successful in 6s
check-and-test / check-and-test (push) Successful in 37s
generate-chart / generate-chart-publish (push) Successful in 27s
generate-chart / release-gitea (push) Successful in 6s
2026-04-18 19:41:24 -04:00
williamp 769ff4f50c chore(fix): fix breaking change where '-o' is not defined
changelog / changelog (push) Successful in 7s
check-and-test / check-and-test (push) Failing after 31s
2026-04-18 19:37:30 -04:00
2 changed files with 2 additions and 2 deletions
@@ -151,4 +151,4 @@ if [ -f ${GITEA_APP_INI} ]; then
unset GITEA__SERVER__LFS_JWT_SECRET
fi
environment-to-ini -o $GITEA_APP_INI
environment-to-ini --config $GITEA_APP_INI --in-place
@@ -29,7 +29,7 @@ function teardown() {
function expect_environment_to_ini_call() {
export ENV_TO_INI_EXPECTED=1
stub environment-to-ini \
"-o $GITEA_APP_INI : echo 'Stubbed environment-to-ini was called!'"
"--config $GITEA_APP_INI --in-place : echo 'Stubbed environment-to-ini was called!'"
}
function execute_test_script() {