Skip to content

Commit

Permalink
fix: refactor top level tasks (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Oct 8, 2024
1 parent bb8bb4b commit b7f6894
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ tasks:
- name: default
description: Create and deploy the nginx package on a fresh cluster
actions:
- task: create-test-bundle
- task: create-dev-package
- task: setup:k3d-test-cluster
- task: deploy:test-bundle
- task: create-deploy-test-bundle

- name: default-full
description: Create and deploy the nginx package on a fresh cluster with full uds-core
actions:
- task: create-test-bundle
- task: create-dev-package
- task: setup:k3d-full-cluster
- task: deploy:test-bundle
- task: create-deploy-test-bundle

- name: create-dev-package
description: Create UDS nginx Package
Expand All @@ -35,7 +35,8 @@ tasks:
- name: dev
description: Create and deploy the bundle against an existing cluster
actions:
- task: create-test-bundle
- task: create-dev-package
- task: create:test-bundle
- task: deploy:test-bundle

- name: test
Expand Down

0 comments on commit b7f6894

Please sign in to comment.