mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: the ci-job-validation script uses an undefined variable
It seems ci-job-validation.groovy got merged with a mistake. The git_repo variable is used, but was not defined. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
209b31c83a
commit
12c0d07184
@ -2,6 +2,7 @@ def cico_retries = 16
|
||||
def cico_retry_interval = 60
|
||||
def ci_git_repo = 'https://github.com/ceph/ceph-csi'
|
||||
def ci_git_branch = 'ci/centos'
|
||||
def git_repo = 'https://github.com/ceph/ceph-csi'
|
||||
def ref = 'ci/centos'
|
||||
def git_since = 'ci/centos'
|
||||
def base = ''
|
||||
|
Loading…
Reference in New Issue
Block a user