[go: up one dir, main page]

Skip to content

Commit

Permalink
consolidate: Cut/paste manifests.mk in to release.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
  • Loading branch information
LukeShu committed Apr 18, 2022
1 parent 632d988 commit dd46a18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ include $(OSS_HOME)/build-aux/check.mk
include $(OSS_HOME)/builder/builder.mk
include $(OSS_HOME)/build-aux/main.mk
include $(OSS_HOME)/_cxx/envoy.mk
include $(OSS_HOME)/manifests/manifests.mk
include $(OSS_HOME)/releng/release.mk

$(call module,ambassador,$(OSS_HOME))
Expand Down
8 changes: 0 additions & 8 deletions manifests/manifests.mk

This file was deleted.

9 changes: 9 additions & 0 deletions releng/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ else
--body $<; }
endif
.PHONY: release/push-chart

push-manifests:
ifneq ($(IS_PRIVATE),)
@echo "Private repo, not pushing chart" >&2
@exit 1
else
manifests/push_manifests.sh manifests/emissary
endif
.PHONY: push-manifests

0 comments on commit dd46a18

Please sign in to comment.