mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-17 16:00:28 +00:00
fix(k9s): use version attribute for builds (#1096)
Co-authored-by: Thomas Thephasdin <thomas.thephasdin@ecolytiq.com>
This commit is contained in:
committed by
GitHub
parent
9232f7eed6
commit
542e91d932
@@ -5,10 +5,10 @@ requires:
|
|||||||
env:
|
env:
|
||||||
- PATH=$PATH:/usr/local/go/bin
|
- PATH=$PATH:/usr/local/go/bin
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
- PACKAGE_VERSION={{ .Values.tag }}
|
- PACKAGE_VERSION={{ .Values.version }}
|
||||||
prelude:
|
prelude:
|
||||||
- |
|
- |
|
||||||
PACKAGE_VERSION=v${PACKAGE_VERSION%\-*} && \
|
PACKAGE_VERSION=v${PACKAGE_VERSION%\+*} && \
|
||||||
git clone --depth=1 --branch ${PACKAGE_VERSION} https://github.com/derailed/k9s
|
git clone --depth=1 --branch ${PACKAGE_VERSION} https://github.com/derailed/k9s
|
||||||
steps:
|
steps:
|
||||||
- |
|
- |
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
name: "k9s"
|
name: "k9s"
|
||||||
category: "utils"
|
category: "utils"
|
||||||
version: "0.32.5"
|
version: "0.32.5+1"
|
||||||
tag: "0.31.7"
|
|
||||||
platform: Linux
|
platform: Linux
|
||||||
labels:
|
labels:
|
||||||
github.repo: "k9s"
|
github.repo: "k9s"
|
||||||
|
Reference in New Issue
Block a user