Skip to content

Commit

Permalink
ci: Group includes from mendertesting
Browse files Browse the repository at this point in the history
Signed-off-by: Lluis Campos <[email protected]>
  • Loading branch information
lluiscampos committed Apr 5, 2024
1 parent 3ebec14 commit 33d8aac
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,12 @@ variables:

include:
- project: 'Northern.tech/Mender/mendertesting'
file: '.gitlab-ci-check-commits-signoffs.yml'
- project: 'Northern.tech/Mender/mendertesting'
file: '.gitlab-ci-check-license.yml'
- project: 'Northern.tech/Mender/mendertesting'
file: '.gitlab-ci-check-python3-format.yml'
- project: 'Northern.tech/Mender/mendertesting'
file: '.gitlab-ci-github-status-updates.yml'
file:
- '.gitlab-ci-check-commits-signoffs.yml'
- '.gitlab-ci-check-license.yml'
- '.gitlab-ci-check-python3-format.yml'
- '.gitlab-ci-github-status-updates.yml'
- local: 'gitlab-pipeline/test-acceptance.yml'

stages:
- build:orig
Expand Down

0 comments on commit 33d8aac

Please sign in to comment.