Skip to content

Commit 7e78e19

Browse files
committed
Don't run CI tests because it requires a DB
1 parent 9680c8d commit 7e78e19

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pipeline {
3131
PR_DOCKERHUB_IMAGE = 'lspipepr/netbox'
3232
DIST_IMAGE = 'alpine'
3333
MULTIARCH='true'
34-
CI='true'
34+
CI='false'
3535
CI_WEB='false'
3636
CI_PORT='8000'
3737
CI_SSL='false'

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Find us at:
3535
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/netbox.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/netbox)
3636
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/netbox.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/netbox)
3737
[![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-netbox%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-netbox/job/master/)
38-
[![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%2Fnetbox%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/netbox/latest/index.html)
3938

4039
[Netbox](https://github.com/netbox-community/netbox) is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.
4140

@@ -156,7 +155,7 @@ Containers are configured using parameters passed at runtime (such as those abov
156155
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
157156
| `-e SUPERUSER_EMAIL=` | Email address for `admin` account |
158157
| `-e SUPERUSER_PASSWORD=` | Password for `admin` account |
159-
| `-e ALLOWED_HOST=` | The hostname you will use to access the app (i.e., netbox.example.com) |
158+
| `-e ALLOWED_HOST=` | The hostname you will use to access the app (e.g., netbox.example.com) |
160159
| `-e DB_NAME=` | Database name (default: netbox) |
161160
| `-e DB_USER=` | Database user |
162161
| `-e DB_PASSWORD=` | Database password |

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repo_vars:
1919
- PR_DOCKERHUB_IMAGE = 'lspipepr/netbox'
2020
- DIST_IMAGE = 'alpine'
2121
- MULTIARCH='true'
22-
- CI='true'
22+
- CI='false'
2323
- CI_WEB='false'
2424
- CI_PORT='8000'
2525
- CI_SSL='false'

0 commit comments

Comments
 (0)