Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrareddyp committed Feb 12, 2024
1 parent 2f7d3e1 commit 05f980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ setup-custom-cert-for-test-central-repo: ## Setup up the custom ca cert for test
@echo "BZIP2 inside setup-custom-cert-for-test-central-repo: $(BZIP2)"
@if [ ! -d $(ROOT_DIR)/hack/central-repo/certs ]; then \
$(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;\
TAR_BZ2_FILE:=$(shell cygpath -w $(ROOT_DIR)/hack/central-repo/local-central-repo-testcontent.bz2)
TAR_BZ2_FILE:=$(shell cygpath -w $(ROOT_DIR)/hack/central-repo/local-central-repo-testcontent.bz2);\
$(TAR) xjf ${TAR_BZ2_FILE} -C $(ROOT_DIR)/hack/central-repo/;\
fi
echo "Adding docker test central repo cert to the config file"
Expand Down

0 comments on commit 05f980d

Please sign in to comment.