Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fca0db4
)
CI: Disable pre-commit in CI
55/70055/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 19:24:37 +0000
(12:24 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 19:24:37 +0000
(12:24 -0700)
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 <jwagantall@linuxfoundation.org>
Change-Id: I64d9e9b2d3edf3ff395ef0886d4e2fe0a5a2dad4
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
470631c
..
50139f2
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-8,7
+8,7
@@
envlist =
jjb-version,
license,
bashate,
- pre-commit
+
#
pre-commit
skipsdist = True
[testenv:docs]