Skip to content

Commit

Permalink
add setup task (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss authored Sep 25, 2024
1 parent 5032b61 commit 5b6fbe4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ vars:
sh: cat ./charts/opslevel/Chart.yaml | yq '.version'

tasks:
setup:
desc: Workflow to run in CI to prepare self-hosted release
deps:
- install-kubectl
- install-krew
cmds:
- task: install-helm
- task: install-kubectl-slice
- task: install-replicated

release-self-hosted:
desc: Workflow to run in CI to prepare self-hosted release
cmds:
Expand Down

0 comments on commit 5b6fbe4

Please sign in to comment.