Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Skip dep's cache during href checking
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs-msft committed Jan 24, 2018
1 parent b49e7f2 commit ee397ae
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 @@ -212,7 +212,7 @@ verify: .init .generate_files verify-generated verify-client-gen verify-vendor
@rm .out
@#
@echo Running href checker$(SKIP_COMMENT):
@$(DOCKER_CMD) verify-links.sh -t $(SKIP_HTTP) .
@$(DOCKER_CMD) verify-links.sh -s .pkg -t $(SKIP_HTTP) .
@echo Running errexit checker:
@$(DOCKER_CMD) build/verify-errexit.sh
@echo Running tag verification:
Expand Down

0 comments on commit ee397ae

Please sign in to comment.