🐛 Fixups

This commit is contained in:
Ettore Di Giacinto
2022-03-15 22:23:20 +01:00
parent cd25d81497
commit e14d8dd721
3 changed files with 3 additions and 3 deletions

View File

@@ -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}

View File

@@ -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

View File

@@ -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