ci: use "devel" branch instead of "master"

Signed-off-by: Niels de Vos <ndevos@redhat.com>
(cherry picked from commit a7e95e756a)
This commit is contained in:
Niels de Vos
2021-02-25 09:20:22 +01:00
committed by Madhu Rajanna
parent 79b47751ba
commit 2131b49bdf
2 changed files with 10 additions and 10 deletions

View File

@ -68,7 +68,7 @@ endif
# Pass GIT_SINCE for the range of commits to test. Used with the commitlint
# target.
GIT_SINCE := origin/master
GIT_SINCE := origin/devel
SELINUX := $(shell getenforce 2>/dev/null)
ifeq ($(SELINUX),Enforcing)