mirror of
https://github.com/linuxserver/docker-build-agent.git
synced 2026-03-16 00:06:37 +08:00
Don't run CI tests as they can't execute priv
This commit is contained in:
parent
cb2827221c
commit
5fc0ed5452
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user