Skip to content

Commit 5c507ef

Browse files
committed
Enable basic CI tests
1 parent c401f44 commit 5c507ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.20/main/'
3030
DIST_REPO_PACKAGES = 'nginx'
3131
MULTIARCH='true'
32-
CI='false'
32+
CI='true'
3333
CI_WEB='false'
3434
CI_PORT='2375'
3535
CI_SSL='false'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repo_vars:
2020
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.20/main/'
2121
- DIST_REPO_PACKAGES = 'nginx'
2222
- MULTIARCH='true'
23-
- CI='false'
23+
- CI='true'
2424
- CI_WEB='false'
2525
- CI_PORT='2375'
2626
- CI_SSL='false'

0 commit comments

Comments
 (0)