Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 748cad1

Browse files
committed
Don't run CI as it won't pass without a DB present
1 parent 69b8640 commit 748cad1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pipeline {
2626
PR_DOCKERHUB_IMAGE = 'lspipepr/unifi-controller'
2727
DIST_IMAGE = 'ubuntu'
2828
MULTIARCH='true'
29-
CI='true'
30-
CI_WEB='true'
29+
CI='false'
30+
CI_WEB='false'
3131
CI_PORT='8443'
3232
CI_SSL='true'
3333
CI_DELAY='180'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Find us at:
3838
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/unifi-controller.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/unifi-controller)
3939
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/unifi-controller.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/unifi-controller)
4040
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-unifi-controller%2Fjob%2Fmongoless%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-unifi-controller/job/mongoless/)
41-
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Funifi-controller%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/unifi-controller/latest/index.html)
4241

4342
The [Unifi-controller](https://www.ubnt.com/enterprise/#unifi) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
4443

@@ -293,6 +292,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
293292

294293
## Versions
295294

295+
* **08.03.23:** - Add mongoless branch.
296296
* **20.02.23:** - Migrate to s6v3, install deb package on build, fix permissions.
297297
* **23.01.23:** - Exclude `run` from `/config` volume.
298298
* **30.11.22:** - Bump JRE to 11.

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repo_vars:
1818
- PR_DOCKERHUB_IMAGE = 'lspipepr/unifi-controller'
1919
- DIST_IMAGE = 'ubuntu'
2020
- MULTIARCH='true'
21-
- CI='true'
22-
- CI_WEB='true'
21+
- CI='false'
22+
- CI_WEB='false'
2323
- CI_PORT='8443'
2424
- CI_SSL='true'
2525
- CI_DELAY='180'

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ app_setup_block: |
7373
7474
# changelog
7575
changelogs:
76+
- { date: "08.03.23:", desc: "Add mongoless branch."}
7677
- { date: "20.02.23:", desc: "Migrate to s6v3, install deb package on build, fix permissions."}
7778
- { date: "23.01.23:", desc: "Exclude `run` from `/config` volume."}
7879
- { date: "30.11.22:", desc: "Bump JRE to 11."}

0 commit comments

Comments
 (0)