Skip to content

Commit 8ddb44d

Browse files
committed
Update exporter release target to build exporter
1 parent 6b9446b commit 8ddb44d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Makefile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,10 @@ release-postgres-operator-image-labels:
366366
.PHONY: release-crunchy-postgres-exporter-image release-crunchy-postgres-exporter-image-labels
367367
release-crunchy-postgres-exporter-image: ## Build the postgres-operator image and all its prerequisites
368368
release-crunchy-postgres-exporter-image: release-crunchy-postgres-exporter-image-labels
369-
release-crunchy-postgres-exporter-image: licenses
370-
release-crunchy-postgres-exporter-image: build-postgres-operator-image
369+
release-crunchy-postgres-exporter-image: build-crunchy-postgres-exporter-image
371370
release-crunchy-postgres-exporter-image-labels:
372-
$(if $(PGO_IMAGE_DESCRIPTION),, $(error missing PGO_IMAGE_DESCRIPTION))
373-
$(if $(PGO_IMAGE_MAINTAINER),, $(error missing PGO_IMAGE_MAINTAINER))
374-
$(if $(PGO_IMAGE_NAME),, $(error missing PGO_IMAGE_NAME))
375-
$(if $(PGO_IMAGE_SUMMARY),, $(error missing PGO_IMAGE_SUMMARY))
376-
$(if $(PGO_VERSION),, $(error missing PGO_VERSION))
371+
$(if $(CRUNCHY_POSTGRES_EXPORTER_DESCRIPTION),, $(error missing CRUNCHY_POSTGRES_EXPORTER_DESCRIPTION))
372+
$(if $(CRUNCHY_POSTGRES_EXPORTER_MAINTAINER),, $(error missing CRUNCHY_POSTGRES_EXPORTER_MAINTAINER))
373+
$(if $(CRUNCHY_POSTGRES_EXPORTER_IMAGE_NAME),, $(error missing CRUNCHY_POSTGRES_EXPORTER_IMAGE_NAME))
374+
$(if $(CRUNCHY_POSTGRES_EXPORTER_SUMMARY),, $(error missing CRUNCHY_POSTGRES_EXPORTER_SUMMARY))
375+
$(if $(PGO_VERSION),, $(error missing PGO_VERSION))

0 commit comments

Comments
 (0)