From 970c7fd79873ce1e0a37db369b5f99c793239878 Mon Sep 17 00:00:00 2001 From: Tim Jaacks <tim.jaacks@garz-fricke.com> Date: Mon, 20 Jun 2022 17:16:23 +0200 Subject: [PATCH] Re-add yamllint stage to ci test manifest pipeline Was accidentally removed in previous commit. --- ci-test-manifest.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci-test-manifest.yml b/ci-test-manifest.yml index ef2a2eb5..06e1ccb0 100644 --- a/ci-test-manifest.yml +++ b/ci-test-manifest.yml @@ -65,6 +65,14 @@ retrigger: ; done + +# -------------------------------------------------------------------------------------- +# Stage: infrastructure +# -------------------------------------------------------------------------------------- +yamllint: + extends: .yamllint + + # -------------------------------------------------------------------------------------- # Stage: build # -------------------------------------------------------------------------------------- -- GitLab