corrects package name (coreutils)
This commit is contained in:
parent
059a1d20b3
commit
0ee4b109be
@ -43,15 +43,15 @@ pipeline {
|
|||||||
if ! command -v git &> /dev/null; then
|
if ! command -v git &> /dev/null; then
|
||||||
apk add --no-cache git
|
apk add --no-cache git
|
||||||
fi
|
fi
|
||||||
apk add --no-cache git
|
apk add --no-cache coreutils
|
||||||
"""
|
"""
|
||||||
k8slensVersion = "refs/tags/" + sh (
|
k8slensVersion = "refs/tags/" + sh (
|
||||||
script: """
|
script: """
|
||||||
git \
|
git \
|
||||||
-c 'versionsort.suffix=-' \
|
-c \'versionsort.suffix=-\' \
|
||||||
ls-remote https://gitea.smoothnet.org/nhyatt/openlens.git 'v*.*.*' \
|
ls-remote https://gitea.smoothnet.org/nhyatt/openlens.git \'v*.*.*\' \
|
||||||
| cut \
|
| cut \
|
||||||
--delimiter='/' \
|
--delimiter=\'/\' \
|
||||||
--fields=3 \
|
--fields=3 \
|
||||||
| sort \
|
| sort \
|
||||||
-u \
|
-u \
|
||||||
|
Reference in New Issue
Block a user