From d035a0a5fea7bf94cab1b1d6816c61febdfb8eb6 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 8 Dec 2021 12:59:32 +0100 Subject: [GLOBAL] Move to Gitlab Add all necessary files in order to move OOM repo to gitlab and also uses gitlab-ci features. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: Ie3ba8d22828b103219d590886a8c58825eff2eef --- kubernetes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/Makefile') diff --git a/kubernetes/Makefile b/kubernetes/Makefile index f96a32a4f0..1b24a7962c 100644 --- a/kubernetes/Makefile +++ b/kubernetes/Makefile @@ -88,7 +88,7 @@ plugins: @cp -R helm $(PACKAGE_DIR)/ check-for-staging-images: - $(ROOT_DIR)/contrib/tools/check-for-staging-images.sh + $(ROOT_DIR)/../.ci/check-for-staging-images.sh helm-repo-update: @$(HELM_BIN) repo update -- cgit 1.2.3-korg