Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ad5584a

Browse files
committed
Fixed version checks
1 parent 4e5d213 commit ad5584a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/gitlab-ci-piplines-exporter/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gitlab-ci-pipelines-exporter
22
version: "0.5.4"
3-
check: ""
3+
check: ${binary} --version | cut -d' ' -f3
44
platforms:
55
- linux/amd64
66
- linux/arm64

tools/ncdu/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ncdu
22
version: "2.2.1"
3-
check: ""
3+
check: ${binary} --version | cut -d' ' -f2
44
platforms:
55
- linux/amd64
66
- linux/arm64

tools/shiv/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shiv
22
version: "1.0.3"
3-
check: ""
3+
check: "" # Need python to run binary
44
runtime_dependencies:
55
- python
66
platforms:

0 commit comments

Comments
 (0)