From 600744190251fe583b5483d5a73fa93e9b154b17 Mon Sep 17 00:00:00 2001 From: Andrew Gizas Date: Wed, 17 Jul 2024 11:59:01 +0300 Subject: [PATCH] updating sync-k8s.sh test with correct order of commands (#5140) (cherry picked from commit 9fc1eab4612c7030865d8bbbc7f3fe2ceb79e863) --- .buildkite/scripts/steps/sync-k8s.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.buildkite/scripts/steps/sync-k8s.sh b/.buildkite/scripts/steps/sync-k8s.sh index 275e20d9186..b8860d46287 100644 --- a/.buildkite/scripts/steps/sync-k8s.sh +++ b/.buildkite/scripts/steps/sync-k8s.sh @@ -28,5 +28,3 @@ cd kibana echo "--- Create Kibana PR" make ci-create-kubernetes-templates-pull-request -echo "--- [File Update] Kustomize-Tempates" -GENERATEKUSTOMIZE=true make ci-create-kustomize \ No newline at end of file