From 40bce956784f49bd56f6bb5f225a49ac06545e90 Mon Sep 17 00:00:00 2001 From: pmacius Date: Mon, 19 Aug 2024 10:42:53 +0200 Subject: [PATCH] add missing prepare connectors step --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 41333bda..d157c5ce 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ prepare_search_enterprise: scripts/fetch-artifacts.sh @echo "Fetching all artifacts for Search Enterprise targets" @./scripts/fetch-artifacts.sh search/enterprise +prepare_connectors: scripts/fetch-artifacts.sh + @echo "Fetching all artifacts for Connectors targets" + @./scripts/fetch-artifacts.sh connector + prepare_all: scripts/fetch-artifacts.sh @echo "Fetching all artifacts" @./scripts/fetch-artifacts.sh