Skip to content

Commit

Permalink
Merge pull request #18 from rancher-sandbox/release_mkdir
Browse files Browse the repository at this point in the history
fix: create the out directory on build manifests
  • Loading branch information
richardcase authored Apr 23, 2024
2 parents c6a7a27 + 66225dc commit 0a5935e
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 0a5935e

Please sign in to comment.