On Tue, May 25, 2021 at 10:24 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > Per GitLab documentation [*]: > > "rules replaces only/except and they can’t be used together > in the same job." > > Since the 'rules' syntax is more powerful and we are already using > it, convert the check-dco/check-patch jobs so no job use the 'only/ > except' syntax. > > [*] https://docs.gitlab.com/ee/ci/yaml/#rules > > Inspired-by: Daniel P. Berrangé <berra...@redhat.com> > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > .gitlab-ci.yml | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>