Skip to content

Commit e1954f9

Browse files
committed
Don't run web CI as it will always fail (no db)
1 parent b0c67c7 commit e1954f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repo_vars:
2020
- DIST_IMAGE = 'alpine'
2121
- MULTIARCH='true'
2222
- CI='true'
23-
- CI_WEB='true'
23+
- CI_WEB='false'
2424
- CI_PORT='8000'
2525
- CI_SSL='false'
2626
- CI_DELAY='120'

0 commit comments

Comments
 (0)