Don't run CI tests as they can't execute priv

This commit is contained in:
TheSpad 2023-04-30 19:53:56 +01:00
parent cb2827221c
commit 5fc0ed5452
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

@ -26,7 +26,7 @@ pipeline {
PR_DOCKERHUB_IMAGE = 'lspipepr/build-agent'
DIST_IMAGE = 'alpine'
MULTIARCH='true'
CI='true'
CI='false'
CI_WEB='false'
CI_PORT='80'
CI_SSL='false'

View File

@ -17,7 +17,7 @@ repo_vars:
- PR_DOCKERHUB_IMAGE = 'lspipepr/build-agent'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI='false'
- CI_WEB='false'
- CI_PORT='80'
- CI_SSL='false'