From 849954f2a37a9a23ea7803b31698cbcf8c80e212 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 14 Sep 2021 11:26:19 +0200 Subject: [PATCH] re-add openappstack-kustomizations-ready job --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc3d378d6..f24ccf546 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -379,6 +379,12 @@ infrastructure-kustomizations-ready: extends: - .kustomization-ready +openappstack-kustomizations-ready: + variables: + RESOURCE: "openappstack" + extends: + - .kustomization-ready + .helm-release: script: - *debug_information -- GitLab