Skip to content

Commit

Permalink
Use a stable version even when the git repo changes while Make is run…
Browse files Browse the repository at this point in the history
…ning

Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj committed Feb 7, 2024
1 parent e848689 commit d22d6be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export BUNDLE_VERSION ?= 1.13.3
# For pre-releases use: `candidate`.
BUNDLE_CHANNELS ?= candidate stable
STABLE_CHANNEL ?= stable
CATALOG_VERSION ?= $(shell git describe --tags --always --dirty)
CATALOG_VERSION_DEFAULT := $(shell git describe --tags --always --dirty)
CATALOG_VERSION ?= $(CATALOG_VERSION_DEFAULT)
OPERATORHUB_CATALOG_IMAGE ?= quay.io/operatorhubio/catalog:latest

# from https://suva.sh/posts/well-documented-makefiles/
Expand Down

0 comments on commit d22d6be

Please sign in to comment.