Skip to content

Commit

Permalink
fix: create the out directory on build manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Case <richard.case@suse.com>
  • Loading branch information
richardcase committed Apr 23, 2024
1 parent c6a7a27 commit 66225dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ deploy: _download-kustomize load-base
undeploy: _download-kustomize
{{KUSTOMIZE_BIN}} build config/default | kubectl delete --ignore-not-found=true -f -

release-manifests: _download-kustomize
release-manifests: _create-out-dir _download-kustomize
{{KUSTOMIZE_BIN}} build config/default > _out/addon-components.yaml

# Full e2e test of importing cluster in fleet
Expand Down

0 comments on commit 66225dc

Please sign in to comment.