mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
17 lines
223 B
YAML
17 lines
223 B
YAML
|
---
|
||
|
version: '3'
|
||
|
|
||
|
vars:
|
||
|
GIT_ROOT:
|
||
|
sh: git rev-parse --show-toplevel
|
||
|
|
||
|
includes:
|
||
|
deps: .taskfiles/Taskfile_{{OS}}.yml
|
||
|
chart: .taskfiles/Taskfile_chart.yml
|
||
|
|
||
|
tasks:
|
||
|
default:
|
||
|
cmds:
|
||
|
- task -l
|
||
|
silent: true
|