We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe23cb9 commit 726af63Copy full SHA for 726af63
Makefile
@@ -330,7 +330,7 @@ catalog-build: opm ## Build a catalog image.
330
catalog-push: ## Push a catalog image.
331
$(MAKE) docker-push IMG=$(CATALOG_IMG)
332
333
-OADP_BUCKET := $(shell cat $(OADP_BUCKET_FILE))
+OADP_BUCKET = $(shell cat $(OADP_BUCKET_FILE))
334
TEST_FILTER := $(shell echo '! aws && ! gcp && ! azure' | sed -r "s/[&]* [!] $(CLUSTER_TYPE)|[!] $(CLUSTER_TYPE) [&]*//")
335
SETTINGS_TMP=/tmp/test-settings
336
0 commit comments