Skip to content

Commit b2a7de5

Browse files
authored
E2e bucket name json awk fix (#548)
* extend substitutions to include `}` * empty commit to change hash used to not hit CI leak
1 parent 48f2506 commit b2a7de5

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
@@ -289,7 +289,7 @@ catalog-build: opm ## Build a catalog image.
289289
catalog-push: ## Push a catalog image.
290290
$(MAKE) docker-push IMG=$(CATALOG_IMG)
291291

292-
S3_BUCKET := $(shell cat $(OADP_S3_BUCKET) | awk '/velero-bucket-name/ {gsub(/"/, "", $$2); print $$2}')
292+
S3_BUCKET := $(shell cat $(OADP_S3_BUCKET) | awk '/velero-bucket-name/ {gsub(/"/, "", $$2);gsub(/}/,""); print $$2}')
293293
SETTINGS_TMP=/tmp/test-settings
294294
test-e2e:
295295
mkdir -p $(SETTINGS_TMP)

0 commit comments

Comments
 (0)