Skip to content

Commit 0f70e0f

Browse files
committed
Disable CI test
Signed-off-by: Eric Nemchik <eric@nemchik.com>
1 parent 8f6282b commit 0f70e0f

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

jenkins-vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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=''
3131
sponsor_links:

root/etc/s6-overlay/s6-rc.d/init-kimai-config/run

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
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-
94
DB_VALID=$(php -r 'echo filter_var(getenv("DATABASE_URL"), FILTER_VALIDATE_URL, FILTER_FLAG_PATH_REQUIRED);')
105

116
if [[ ${DATABASE_URL+x} == "" ]] || [[ ${DB_VALID+x} == "NULL" ]]; then

0 commit comments

Comments
 (0)