Skip to content
Snippets Groups Projects
Commit af86f860 authored by Roman Azarenko's avatar Roman Azarenko
Browse files

code-analysis: use PMD_VERSION variable when moving extracted pmd tree

parent cd14ee9f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
......@@ -241,7 +241,7 @@ RUN \
cd /opt/dev && \
wget -nv https://github.com/pmd/pmd/releases/download/pmd_releases%2F${PMD_VERSION}/pmd-bin-${PMD_VERSION}.zip && \
unzip pmd-bin-${PMD_VERSION}.zip && \
mv pmd-bin-6.19.0 /usr/local/pmd
mv pmd-bin-${PMD_VERSION} /usr/local/pmd
# microxml
ARG MICROXML_VERSION=72965423184f24cc0b963d91c2d1863cdb01b6aa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment