Skip to content

Commit

Permalink
Fixes validate task by removing redundant v in init tag
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Harden <[email protected]>
  • Loading branch information
cmharden committed Apr 25, 2024
1 parent 9f6391d commit a607daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ tasks:
cmd: |
set -e
# uds zarf tools download-init does not work in 0.9.4 - https://github.com/defenseunicorns/uds-cli/issues/517
uds zarf package pull oci://ghcr.io/defenseunicorns/packages/init:v$(uds zarf version)
mv zarf-init-amd64-v$(uds zarf version).tar.zst zarf-init-amd64-$(uds zarf version).tar.zst
uds zarf package pull oci://ghcr.io/defenseunicorns/packages/init:$(uds zarf version)
# Test zarf init due to containerd issue - https://github.com/defenseunicorns/zarf/issues/592
uds zarf init --confirm
Expand Down

0 comments on commit a607daa

Please sign in to comment.