From 1abea08d37e31fd432a70be79c9da85e6c5073c8 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Thu, 9 Mar 2023 17:17:13 -0600 Subject: [PATCH] corrects syntax --- build-k8s-lenz.jenkins | 1 - 1 file changed, 1 deletion(-) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index 04f9609..9c12723 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -91,7 +91,6 @@ pipeline { doBuild = true jsNodeID = 'node-16' buildCommand = "yarn && yarn run build && yarn run build:app" - } } else { echo "Version (${k8slensVersion}) is not valid, we will not build it." }