mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-17 16:00:28 +00:00
🐛 Fixups
This commit is contained in:
@@ -17,5 +17,5 @@ steps:
|
|||||||
- |
|
- |
|
||||||
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
||||||
cd go/src/github.com/${GITHUB_ORG}/${GITHUB_REPO}/ && \
|
cd go/src/github.com/${GITHUB_ORG}/${GITHUB_REPO}/ && \
|
||||||
git checkout {{.Values.hash}} -b build && go build -ldflags="-w -s -X github.com/mudler/edgevpn/internal.Version=v$PACKAGE_VERSION" && mv $GITHUB_REPO /usr/bin/
|
git checkout "{{.Values.hash}}" && go build -ldflags="-w -s -X github.com/mudler/edgevpn/internal.Version=v$PACKAGE_VERSION" && mv $GITHUB_REPO /usr/bin/
|
||||||
- chmod +x /usr/bin/${GITHUB_REPO}
|
- chmod +x /usr/bin/${GITHUB_REPO}
|
||||||
|
@@ -3,7 +3,7 @@ category: utils
|
|||||||
version: "0.9999"
|
version: "0.9999"
|
||||||
hash: "next"
|
hash: "next"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "edgepvn"
|
github.repo: "edgevpn"
|
||||||
github.owner: "mudler"
|
github.owner: "mudler"
|
||||||
uri:
|
uri:
|
||||||
- https://github.com/mudler/edgevpn
|
- https://github.com/mudler/edgevpn
|
||||||
|
@@ -2,7 +2,7 @@ name: edgevpn
|
|||||||
category: utils
|
category: utils
|
||||||
version: "0.10.3"
|
version: "0.10.3"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "edgepvn"
|
github.repo: "edgevpn"
|
||||||
github.owner: "mudler"
|
github.owner: "mudler"
|
||||||
uri:
|
uri:
|
||||||
- https://github.com/mudler/edgevpn
|
- https://github.com/mudler/edgevpn
|
||||||
|
Reference in New Issue
Block a user