Code Review
/
releng
/
common-packer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4f1cbe1
)
CI: Disable pre-commit in CI
54/70054/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 19:22:41 +0000
(12:22 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 19:22:41 +0000
(12:22 -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: I55cbfdb656294c980b1c499746404fc523202f1c
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
4a51413
..
a2110fb
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-3,7
+3,7
@@
minversion = 1.6
envlist =
docs,
docs-linkcheck,
- pre-commit
+
#
pre-commit
skipsdist = true
[testenv:docs]