From 0c0e73c57fae857c8d85344613d64b0170492f9e Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Mon, 1 Mar 2021 17:57:14 +0200 Subject: [PATCH] Remove reliance on `version` script (#121) The script has been migrated to `Makefile.versions` so we can just rely on the `$VERSION` from there. Signed-off-by: Mike Kolesnik --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d124a17..699a312 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ e2e: E2E_ARGS=cluster1 cluster2 preload-images: source $(SCRIPTS_DIR)/lib/debug_functions; \ source $(SCRIPTS_DIR)/lib/deploy_funcs; \ - source $(SCRIPTS_DIR)/lib/version; \ set -e; \ for image in submariner submariner-route-agent submariner-operator lighthouse-agent submariner-globalnet lighthouse-coredns; do \ import_image quay.io/submariner/$${image}; \