Skip to content

Commit

Permalink
fix(ci): operator release fails with "build/chart: No such file or di…
Browse files Browse the repository at this point in the history
…rectory (#1053)

fix(ci): operator release fails with "build/chart: No such file or directory"
  • Loading branch information
emosbaugh authored Aug 28, 2024
1 parent e6a6107 commit 194cb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ apko-output-image:
echo "error: no image digest found" >&2; \
exit 1; \
fi ; \
mkdir -p build; \
echo "$(IMAGE)@$$digest" > build/image

.PHONY: melange-build
Expand Down
1 change: 1 addition & 0 deletions operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ build-and-push-operator-image: melange-build-operator apko-build-and-publish
.PHONY: build-chart
build-chart:
cd charts/embedded-cluster-operator && ../../scripts/publish-helm-chart.sh
mkdir -p build
echo "$(CHART_REMOTE)/embedded-cluster-operator:$(CHART_VERSION)" > build/chart

.PHONY: build-ttl.sh
Expand Down

0 comments on commit 194cb16

Please sign in to comment.