Skip to content

Commit

Permalink
fix plugin package on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Oct 8, 2024
1 parent 57331b0 commit ad8c3f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ tasks:
actions:
- task: upgrade:create-latest-tag-bundle
with:
dep_commands: "./uds run dependencies:create"
# TODO remove zarf package create on next release
dep_commands: "./uds run dependencies:create && ./uds zarf package create plugins/ --confirm --no-progress"
- task: setup:k3d-test-cluster
- task: deploy:test-bundle
- task: compliance:validate
Expand Down
1 change: 1 addition & 0 deletions tasks/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tasks:
actions:
- cmd: ./uds zarf package create src/dev-secrets/ --confirm --no-progress --architecture="${UDS_ARCH}"
- cmd: ./uds zarf package create src/namespace/ --confirm --no-progress --architecture="${UDS_ARCH}"
- cmd: ./uds zarf package create plugins/ --confirm --no-progress

Check failure on line 7 in tasks/dependencies.yaml

View workflow job for this annotation

GitHub Actions / validate / run

7:72 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit ad8c3f0

Please sign in to comment.