File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -279,9 +279,12 @@ setup-custom-cert-for-test-central-repo: ## Setup up the custom ca cert for test
279
279
@echo " WGET inside setup-custom-cert-for-test-central-repo: $( WGET) "
280
280
@echo " BZIP2 inside setup-custom-cert-for-test-central-repo: $( BZIP2) "
281
281
@if [ ! -d $( ROOT_DIR) /hack/central-repo/certs ]; then \
282
- $(WGET ) https ://storage.googleapis.com/tanzu-cli/data/testcerts/local-central-repo-testcontent.bz2 -O $(ROOT_DIR ) /hack/central-repo/local-central-repo-testcontent.bz2;\
282
+ $(WGET ) https ://storage.googleapis.com/tanzu-cli/data/testcerts/local-central-repo-testcontent.bz2 -O $(ROOT_DIR ) /hack/central-repo/local-central-repo-testcontent.bz2;\
283
+ echo " Tar command:" ; \
284
+ echo " $( TAR) xjf $$ {TAR_BZ2_FILE} -C $( ROOT_DIR) /hack/central-repo/" ; \
285
+
283
286
TAR_BZ2_FILE:=$(shell cygpath -w $(ROOT_DIR ) /hack/central-repo/local-central-repo-testcontent.bz2)
284
- $(TAR) xjf ${ TAR_BZ2_FILE} -C $(ROOT_DIR)/hack/central-repo/; \
287
+ $(TAR) xjf "$$ TAR_BZ2_FILE" -C " $(ROOT_DIR)/hack/central-repo/"; \
285
288
fi
286
289
echo "Adding docker test central repo cert to the config file"
287
290
TANZU_CLI_CEIP_OPT_IN_PROMPT_ANSWER="No" TANZU_CLI_EULA_PROMPT_ANSWER="Yes" $(ROOT_DIR)/bin/tanzu config cert delete localhost:9876 || true
You can’t perform that action at this time.
0 commit comments