DBZ-2479 Diff against base branch

This commit is contained in:
Jiri Pechanec 2020-09-08 14:49:51 +02:00 committed by Gunnar Morling
parent e91629cc04
commit 02a3e827f2

View File

@ -12,4 +12,4 @@ jobs:
env:
BASE_REF: ${{ github.base_ref }}
run: |
! git log --format='format:%s' refs/remotes/origin/master.. | tail -n +2 | grep -Ev '^(DBZ-[[:digit:]]+)|(\[release\])|(\[jenkins-jobs\]) '
! git log --format='format:%s' refs/remotes/origin/$BASE_REF.. | tail -n +2 | grep -Ev '^(DBZ-[[:digit:]]+)|(\[release\])|(\[jenkins-jobs\]) '