mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-17 16:00:28 +00:00
Rename bin
This commit is contained in:
@@ -18,7 +18,7 @@ steps:
|
|||||||
- |
|
- |
|
||||||
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
||||||
mkdir -p /system/discovery && \
|
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
|
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/{{.Values.name}}
|
- chmod +x /system/discovery/kcrypt-discovery-challenger
|
||||||
includes:
|
includes:
|
||||||
- /system/discovery/{{.Values.name}}
|
- /system/discovery/kcrypt-discovery-challenger
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
name: kcrypt-challenger
|
name: kcrypt-challenger
|
||||||
category: system
|
category: system
|
||||||
live: "yes"
|
live: "yes"
|
||||||
version: "0.0.1+0"
|
version: "0.0.1+1"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kcrypt-challenger"
|
github.repo: "kcrypt-challenger"
|
||||||
github.owner: "kairos-io"
|
github.owner: "kairos-io"
|
||||||
|
Reference in New Issue
Block a user