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

Commit a9133e9

Browse files
authored
Merge pull request #108 from christopherhein/cherrypick/release-binaries
๐Ÿ’ Cherrypick #106 ๐Ÿ› Remove make release-binaries from make release
2 parents aaf89dc + 8bd895f commit a9133e9

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)