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%\+*} && \
|
||||
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}
|
||||
|
@@ -3,7 +3,7 @@ category: utils
|
||||
version: "0.9999"
|
||||
hash: "next"
|
||||
labels:
|
||||
github.repo: "edgepvn"
|
||||
github.repo: "edgevpn"
|
||||
github.owner: "mudler"
|
||||
uri:
|
||||
- https://github.com/mudler/edgevpn
|
||||
|
@@ -2,7 +2,7 @@ name: edgevpn
|
||||
category: utils
|
||||
version: "0.10.3"
|
||||
labels:
|
||||
github.repo: "edgepvn"
|
||||
github.repo: "edgevpn"
|
||||
github.owner: "mudler"
|
||||
uri:
|
||||
- https://github.com/mudler/edgevpn
|
||||
|
Reference in New Issue
Block a user