Skip to content

Fixes two bugs with the `package-and-qa-manual:master` and `build-qa-image` jobs

Rémy Coutable requested to merge qa-remove-unneeded-only-extend into master

What does this MR do?

This fixes three things:

  1. Remove a useless .except-docs-qa extension in package-and-qa-manual since it's overidden by except.refs.master later in the job.
  2. Makes the package-and-qa-manual:master job created on master by removing the except.refs.master from .package-and-qa-base.
  3. Makes the build-qa-image job created for QA branches by changing .except-docs-qa to .except-docs.
Edited by Rémy Coutable

Merge request reports