Skip to content

Commit 3269b08

Browse files
author
Fly.io CI
committed
Fix makefile
1 parent 4bb899a commit 3269b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ release-postgres-operator-image-labels:
377377

378378
# Default values if not already set
379379
NAME ?= percona-postgresql-operator
380-
VERSION ?= $(shell git describe --dirty --always | sed -e 's^/^-^g; s^[.]^-^g;' | tr '[:upper:]' '[:lower:]')ROOT_REPO ?= ${PWD}
380+
VERSION ?= $(shell git describe --dirty --always | sed -e 's^/^-^g; s^[.]^-^g;' | tr '[:upper:]' '[:lower:]')
381+
ROOT_REPO ?= ${PWD}
381382
IMAGE_TAG_BASE ?= flyio/$(NAME)
382383
IMAGE ?= $(IMAGE_TAG_BASE):$(VERSION)
383384
PGO_VERSION ?= $(shell git describe --tags)

0 commit comments

Comments
 (0)