Skip to content
Snippets Groups Projects

sphinx: Fix the creation of the pre-commit file during the mr update

Compare and
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -19,10 +19,13 @@ RUN --mount=type=cache,id=apt-cache,target=/var/cache/apt --mount=type=cache,id=
plantuml \
postgresql-autodoc \
rsync \
tox
tox && \
mkdir /home/jenkins/.cache && \
chown jenkins:jenkins /home/jenkins/.cache
USER jenkins
RUN --mount=type=cache,id=pip-cache,target=/home/jenkins/.cache/pip,uid=115,gid=120 \
python3 -m pip install --user --upgrade \
pre-commit
pre-commit \
&& chown jenkins:jenkins /home/jenkins/.cache
Loading