Skip to content

Commit

Permalink
pull deploy and setup includes from uds-common
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Mar 12, 2024
1 parent 87f15b7 commit 2b45cd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
8 changes: 4 additions & 4 deletions tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
includes:
- cleanup: ./tasks/cleanup.yaml
- create: ./tasks/create.yaml
- deploy: ./tasks/deploy.yaml
- setup: ./tasks/setup.yaml
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.2/tasks/deploy.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.2/tasks/setup.yaml
- test: ./tasks/test.yaml

tasks:
Expand All @@ -19,7 +19,7 @@ tasks:

- name: deploy-package
actions:
- task: deploy:sonarqube-package
- task: deploy:package

- name: cleanup
actions:
Expand All @@ -37,7 +37,7 @@ tasks:

- name: deploy-test-bundle
actions:
- task: deploy:sonarqube-test-bundle
- task: deploy:test-bundle

- name: test-package
actions:
Expand Down
10 changes: 0 additions & 10 deletions tasks/deploy.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions tasks/setup.yaml

This file was deleted.

0 comments on commit 2b45cd7

Please sign in to comment.