From 0ee4b109bedfeeb4e694671710b4a685ce16f002 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Fri, 10 Jun 2022 11:12:21 -0500 Subject: [PATCH] corrects package name (coreutils) --- build-k8s-lenz.jenkins | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index 848b268..e66f6ce 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -43,15 +43,15 @@ pipeline { if ! command -v git &> /dev/null; then apk add --no-cache git fi - apk add --no-cache git + apk add --no-cache coreutils """ k8slensVersion = "refs/tags/" + sh ( script: """ git \ - -c 'versionsort.suffix=-' \ - ls-remote https://gitea.smoothnet.org/nhyatt/openlens.git 'v*.*.*' \ + -c \'versionsort.suffix=-\' \ + ls-remote https://gitea.smoothnet.org/nhyatt/openlens.git \'v*.*.*\' \ | cut \ - --delimiter='/' \ + --delimiter=\'/\' \ --fields=3 \ | sort \ -u \