From dce223775bacca596e11f2eb2b064b6ca3fd40da Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 20 Apr 2022 12:24:37 -0700 Subject: [PATCH] CI: Disable pre-commit in CI Packer has been having issues creating new images for a bit and pre-commit is no longer working in CI because of something upstream because of this. Signed-off-by: Jessica Wagantall Change-Id: I64d9e9b2d3edf3ff395ef0886d4e2fe0a5a2dad4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 470631c5..50139f22 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = jjb-version, license, bashate, - pre-commit +# pre-commit skipsdist = True [testenv:docs] -- 2.16.6