diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-12-08 12:59:32 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-12-14 08:49:03 +0000 |
commit | d035a0a5fea7bf94cab1b1d6816c61febdfb8eb6 (patch) | |
tree | 2acfee29c3f3ad76b0ad6661b42efa1a548ac831 /kubernetes/Makefile | |
parent | d09f363e87c98d19ba2fccdf8f235d5cbfb908ee (diff) |
[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 <sylvain.desbureaux@orange.com>
Change-Id: Ie3ba8d22828b103219d590886a8c58825eff2eef
Diffstat (limited to 'kubernetes/Makefile')
-rw-r--r-- | kubernetes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |