Skip to content

Commit 726af63

Browse files
authored
Don't use "simply expanded variables" for every target (#591)
1 parent fe23cb9 commit 726af63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ catalog-build: opm ## Build a catalog image.
330330
catalog-push: ## Push a catalog image.
331331
$(MAKE) docker-push IMG=$(CATALOG_IMG)
332332

333-
OADP_BUCKET := $(shell cat $(OADP_BUCKET_FILE))
333+
OADP_BUCKET = $(shell cat $(OADP_BUCKET_FILE))
334334
TEST_FILTER := $(shell echo '! aws && ! gcp && ! azure' | sed -r "s/[&]* [!] $(CLUSTER_TYPE)|[!] $(CLUSTER_TYPE) [&]*//")
335335
SETTINGS_TMP=/tmp/test-settings
336336

0 commit comments

Comments
 (0)