Skip to content

Commit

Permalink
Remove duplicate make target
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Nov 20, 2024
1 parent d7ef69e commit 9136c7d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions key-cert-provisioner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,3 @@ release-publish: release-prereqs .release-$(VERSION).published
.release-$(VERSION).published:
$(MAKE) push-images-to-registries push-manifests IMAGETAG=$(VERSION) RELEASE=$(RELEASE) CONFIRM=$(CONFIRM)
touch $@

## Pushes a github release and release artifacts produced by `make release-build`.
release-publish: release-prereqs .release-ksp-$(VERSION).published
.release-ksp-$(VERSION).published:
$(MAKE) push-images-to-registries push-manifests IMAGETAG=$(VERSION) RELEASE=$(RELEASE) CONFIRM=$(CONFIRM)
touch $@

0 comments on commit 9136c7d

Please sign in to comment.