Enable basic CI tests

This commit is contained in:
thespad 2024-05-24 21:28:49 +01:00
parent c401f44a54
commit 5c507ef78d
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.20/main/'
DIST_REPO_PACKAGES = 'nginx'
MULTIARCH='true'
CI='false'
CI='true'
CI_WEB='false'
CI_PORT='2375'
CI_SSL='false'

View File

@ -20,7 +20,7 @@ repo_vars:
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.20/main/'
- DIST_REPO_PACKAGES = 'nginx'
- MULTIARCH='true'
- CI='false'
- CI='true'
- CI_WEB='false'
- CI_PORT='2375'
- CI_SSL='false'