mirror of
https://github.com/linuxserver/docker-fleet.git
synced 2026-02-20 05:31:19 +08:00
CI will fail under v3 without a DB present
This commit is contained in:
parent
cfddfd5c45
commit
f7ffd65fd6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -29,7 +29,7 @@ pipeline {
|
||||
PR_DOCKERHUB_IMAGE = 'lspipepr/fleet'
|
||||
DIST_IMAGE = 'alpine'
|
||||
MULTIARCH='true'
|
||||
CI='true'
|
||||
CI='false'
|
||||
CI_WEB='false'
|
||||
CI_PORT='8080'
|
||||
CI_SSL='false'
|
||||
|
||||
@ -38,7 +38,6 @@ Find us at:
|
||||
[](https://hub.docker.com/r/linuxserver/fleet)
|
||||
[](https://hub.docker.com/r/linuxserver/fleet)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-fleet/job/master/)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/fleet/latest/index.html)
|
||||
|
||||
[Fleet](https://github.com/linuxserver/fleet) provides an online web interface which displays a set of maintained images from one or more owned repositories.
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ repo_vars:
|
||||
- PR_DOCKERHUB_IMAGE = 'lspipepr/fleet'
|
||||
- DIST_IMAGE = 'alpine'
|
||||
- MULTIARCH='true'
|
||||
- CI='true'
|
||||
- CI='false'
|
||||
- CI_WEB='false'
|
||||
- CI_PORT='8080'
|
||||
- CI_SSL='false'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user