Rename bin

This commit is contained in:
Ettore Di Giacinto
2022-10-13 22:48:02 +00:00
parent 7d4764c265
commit d7c24a5fcb
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ steps:
- |
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
mkdir -p /system/discovery && \
cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && go build -o {{.Values.name}} ./cmd/discovery/main.go && mv {{.Values.name}} /system/discovery
- chmod +x /system/discovery/{{.Values.name}}
cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && go build -o kcrypt-discovery-challenger ./cmd/discovery/main.go && mv kcrypt-discovery-challenger /system/discovery
- chmod +x /system/discovery/kcrypt-discovery-challenger
includes:
- /system/discovery/{{.Values.name}}
- /system/discovery/kcrypt-discovery-challenger

View File

@@ -1,7 +1,7 @@
name: kcrypt-challenger
category: system
live: "yes"
version: "0.0.1+0"
version: "0.0.1+1"
labels:
github.repo: "kcrypt-challenger"
github.owner: "kairos-io"