From fd9ea456844e1c39872814f62b827dfa5d302016 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 11 Dec 2023 14:39:38 +0100 Subject: [PATCH] OZG-4453 move script to module; remove elastiv-operator module entry --- run-local.sh => ozgcloud-keycloak-operator/run-local.sh | 0 run_helm_test.sh => ozgcloud-keycloak-operator/run_helm_test.sh | 0 pom.xml | 1 - 3 files changed, 1 deletion(-) rename run-local.sh => ozgcloud-keycloak-operator/run-local.sh (100%) rename run_helm_test.sh => ozgcloud-keycloak-operator/run_helm_test.sh (100%) diff --git a/run-local.sh b/ozgcloud-keycloak-operator/run-local.sh similarity index 100% rename from run-local.sh rename to ozgcloud-keycloak-operator/run-local.sh diff --git a/run_helm_test.sh b/ozgcloud-keycloak-operator/run_helm_test.sh similarity index 100% rename from run_helm_test.sh rename to ozgcloud-keycloak-operator/run_helm_test.sh diff --git a/pom.xml b/pom.xml index 6fba2a9..ce13f5a 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,6 @@ <packaging>pom</packaging> <modules> - <module>ozgcloud-elastic-operator</module> <module>ozgcloud-keycloak-operator</module> </modules> -- GitLab