From 33a912540c537583d23acf3fa76473bb26e8db47 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 24 Sep 2022 15:19:41 +0200
Subject: [PATCH] ci(charts): Rename chart build jobs

This patch is a workaround for gitlab jobs that merge themselves by
accident. it should be further refined, similar to the images setup to
have a more generalised pipeline in the future.
---
 charts/keycloak/.gitlab-ci.yaml | 2 +-
 charts/mok/.gitlab-ci.yaml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/keycloak/.gitlab-ci.yaml b/charts/keycloak/.gitlab-ci.yaml
index ec5975b8b..6e947d2e9 100644
--- a/charts/keycloak/.gitlab-ci.yaml
+++ b/charts/keycloak/.gitlab-ci.yaml
@@ -1,4 +1,4 @@
-build:
+chart-build-keycloak:
   stage: build
   image: quay.io/helmpack/chart-testing:v3.6.0
   script:
diff --git a/charts/mok/.gitlab-ci.yaml b/charts/mok/.gitlab-ci.yaml
index 83f006cdf..d59bc9331 100644
--- a/charts/mok/.gitlab-ci.yaml
+++ b/charts/mok/.gitlab-ci.yaml
@@ -1,4 +1,4 @@
-build:
+chart-build-mok:
   stage: build
   image: quay.io/helmpack/chart-testing:v3.6.0
   script:
-- 
GitLab