ci: the "master" branch got renamed to "devel"

Closes: #1193
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2021-02-25 09:23:57 +01:00
committed by mergify[bot]
parent 92913912ef
commit 1c2974d49e
11 changed files with 23 additions and 23 deletions

View File

@ -3,8 +3,8 @@ 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 = "master"
def git_since = "master"
def ref = "devel"
def git_since = "devel"
def skip_e2e = 0
def doc_change = 0
def k8s_release = 'latest'