Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ tasks:
- name: default
description: Setup k3d cluster, deploy package
actions:
- task: create-dev-package
- task: setup:k3d-test-cluster
- task: create-deploy-test-bundle

Expand Down Expand Up @@ -50,7 +49,6 @@ tasks:
- name: test-install
description: Test deploying the current branch to a new cluster
actions:
- task: create-dev-package
- task: setup:k3d-test-cluster
- task: create-deploy-test-bundle
# - task: compliance:validate
Expand All @@ -69,9 +67,6 @@ tasks:
- name: publish-package
description: Build and publish the packages
actions:
- description: Create the package
task: create:package

- description: Setup the cluster
task: setup:k3d-test-cluster

Expand Down
Loading