mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
chore: switch back to official policies repo (#8338)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
86f7f40eff
commit
f67e51170f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -703,7 +703,7 @@ test-cli: test-cli-policies test-cli-local ## Run all CLI tests
|
||||||
.PHONY: test-cli-policies
|
.PHONY: test-cli-policies
|
||||||
test-cli-policies: $(CLI_BIN) ## Run CLI tests against the policies repository
|
test-cli-policies: $(CLI_BIN) ## Run CLI tests against the policies repository
|
||||||
@echo Running cli tests against $(TEST_GIT_REPO)/$(TEST_GIT_BRANCH)... >&2
|
@echo Running cli tests against $(TEST_GIT_REPO)/$(TEST_GIT_BRANCH)... >&2
|
||||||
@$(CLI_BIN) test https://github.com/eddycharly/policies/test-refactor
|
@$(CLI_BIN) test $(TEST_GIT_REPO)/$(TEST_GIT_BRANCH)
|
||||||
|
|
||||||
.PHONY: test-cli-local
|
.PHONY: test-cli-local
|
||||||
test-cli-local: test-cli-local-validate test-cli-local-mutate test-cli-local-generate test-cli-local-registry test-cli-local-scenarios test-cli-local-selector ## Run local CLI tests
|
test-cli-local: test-cli-local-validate test-cli-local-mutate test-cli-local-generate test-cli-local-registry test-cli-local-scenarios test-cli-local-selector ## Run local CLI tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue