Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 7f1b1c6

Browse files
authored
Merge pull request #107 from christopherhein/bug/remove-release-binaries
🐛 Remove make release-binaries from make release
2 parents d29bead + 91556cf commit 7f1b1c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ release: clean-release ## Builds and push container images using the latest git
324324
@if [ -z "${RELEASE_TAG}" ]; then echo "RELEASE_TAG is not set"; exit 1; fi
325325
@if ! [ -z "$$(git status --porcelain)" ]; then echo "Your local git repository contains uncommitted changes, use git clean before proceeding."; exit 1; fi
326326
git checkout "${RELEASE_TAG}"
327-
# Build binaries first.
328-
$(MAKE) release-binaries
329327
# Set the core manifest image to the production bucket.
330328
$(MAKE) set-manifest-image \
331329
MANIFEST_IMG=$(PROD_REGISTRY)/$(IMAGE_NAME) MANIFEST_TAG=$(RELEASE_TAG) \

0 commit comments

Comments
 (0)