Skip to content

Commit

Permalink
[release-v0.1] fix the quickstart target's version replacement (#53)
Browse files Browse the repository at this point in the history
fix the quickstart target's version replacement

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Co-authored-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and everettraven committed Apr 21, 2023
1 parent a58b9f2 commit df299ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ release: goreleaser ## Runs goreleaser for catalogd. By default, this will run o
$(GORELEASER) $(GORELEASER_ARGS)

quickstart: kustomize generate ## Generate the installation release manifests and scripts
$(KUSTOMIZE) build config/default | sed "s/:devel/:$(VERSION)/g" > catalogd.yaml
$(KUSTOMIZE) build config/default | sed "s/:devel/:$(GIT_VERSION)/g" > catalogd.yaml

################
# Hack / Tools #
Expand Down

0 comments on commit df299ed

Please sign in to comment.