File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d/init-kimai-config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ repo_vars:
2020 - PR_DOCKERHUB_IMAGE = 'lspipepr/kimai'
2121 - DIST_IMAGE = 'alpine'
2222 - MULTIARCH='true'
23- - CI='true '
24- - CI_WEB='true '
23+ - CI='false '
24+ - CI_WEB='false '
2525 - CI_PORT='80'
2626 - CI_SSL='false'
2727 - CI_DELAY='120'
28- - CI_DOCKERENV='TZ=US/Pacific|TEST_RUN=1 '
28+ - CI_DOCKERENV='TZ=US/Pacific'
2929 - CI_AUTH='user:password'
3030 - CI_WEBPATH=''
3131sponsor_links :
Original file line number Diff line number Diff line change 11#!/usr/bin/with-contenv bash
22# shellcheck shell=bash
33
4- # Echo init finish for test runs
5- if [ -n "${TEST_RUN}" ]; then
6- echo '[ls.io-init] done.'
7- fi
8-
94DB_VALID=$(php -r 'echo filter_var(getenv("DATABASE_URL"), FILTER_VALIDATE_URL, FILTER_FLAG_PATH_REQUIRED);')
105
116if [[ ${DATABASE_URL+x} == "" ]] || [[ ${DB_VALID+x} == "NULL" ]]; then
You can’t perform that action at this time.
0 commit comments