From 3c2525ed97515b9f178aa64417fa090490c3e4a4 Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Thu, 31 Aug 2023 11:21:22 +0200 Subject: [PATCH] build: remove unused variables from delivery.yaml (#2548) Followup on #2511 Signed-off-by: Alexander Yastrebov --- delivery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delivery.yaml b/delivery.yaml index 7e3466036f..fb2a43f9a5 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -48,7 +48,7 @@ pipeline: IMAGE="${IMAGE_REGISTRY}/teapot/skipper-test:${CDP_BUILD_VERSION}" MULTIARCH_IMAGE="${MULTIARCH_REGISTRY}/teapot/skipper-test:${CDP_BUILD_VERSION}" fi - export IMAGE ARM_IMAGE ARM64_IMAGE MULTIARCH_IMAGE + export IMAGE MULTIARCH_IMAGE make deps cicheck staticcheck gosec