mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
16 lines
182 B
YAML
16 lines
182 B
YAML
---
|
|
version: 3
|
|
|
|
|
|
vars:
|
|
PROJECT_DIR:
|
|
sh: git rev-parse --show-toplevel
|
|
|
|
includes:
|
|
charts: .taskfiles/charts.yaml
|
|
|
|
tasks:
|
|
default:
|
|
silent: true
|
|
cmds:
|
|
- task -l
|