From 877216ae19d8d4428d1cd28e6637d76ca779cd6c Mon Sep 17 00:00:00 2001 From: Andreas Gkizas Date: Wed, 17 Jul 2024 09:40:54 +0300 Subject: [PATCH] removing uneeded script step --- .buildkite/scripts/steps/sync-k8s.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.buildkite/scripts/steps/sync-k8s.sh b/.buildkite/scripts/steps/sync-k8s.sh index 564368ab22e..b8860d46287 100644 --- a/.buildkite/scripts/steps/sync-k8s.sh +++ b/.buildkite/scripts/steps/sync-k8s.sh @@ -21,9 +21,6 @@ echo "--- [File Creation] Create-Needed-Manifest" WITHOUTCONFIG=true make generate-k8s ./creator_k8s_manifest.sh . -echo "--- [File Update] Kustomize-Tempates" -GENERATEKUSTOMIZE=true make ci-create-kustomize - echo "--- [Clone] Kibana-Repository" make ci-clone-kibana-repository cp Makefile ./kibana