Don't run web CI as it will always fail (no db)

This commit is contained in:
TheSpad 2021-12-10 15:58:04 +00:00
parent b0c67c7d6f
commit e1954f91ac

View File

@ -20,7 +20,7 @@ repo_vars:
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_WEB='false'
- CI_PORT='8000'
- CI_SSL='false'
- CI_DELAY='120'