Skip to content

Commit

Permalink
app-admin/whip: Bump v.0.0.3+1
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Apr 27, 2024
1 parent b4586f6 commit a500acf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion packages/whip/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ prelude:
mkdir /tmp/ &&
git clone https://github.com/${GITHUB_ORG}/${GITHUB_NAME}.git
env:
- GITHUB_ORG=geaaru
- GITHUB_ORG={{ ( index .Values.labels "github.repo" ) }}
- GITHUB_NAME={{ ( index .Values.labels "github.owner" ) }}
- GIT_HASH=v{{ .Values.version }}
package_dir: /{{ .Values.name }}
steps:
Expand Down
18 changes: 9 additions & 9 deletions packages/whip/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
category: "app-admin"
name: "whip"
version: "0.0.3"
labels:
github.repo: "macaroni-os"
github.owner: "whip"
description: "System Status Inspector and Hooks handler"
name: whip
version: 0.0.3+1
category: app-admin
description: System Status Inspector and Hooks handler
uri:
- "https://github.com/macaroni-os/whip"
license: "GPL-3.0"
- https://github.com/macaroni-os/whip
license: GPL-3.0
labels:
github.owner: whip
github.repo: macaroni-os

0 comments on commit a500acf

Please sign in to comment.