Skip to content
Snippets Groups Projects
Commit 880ef00b authored by Vivek Dutta's avatar Vivek Dutta
Browse files

Fix CPD binary installation path

parent 71a3277c
No related branches found
No related tags found
1 merge request!22Fix CPD binary installation path
......@@ -236,12 +236,12 @@ RUN \
make install
#install cpd
WORKDIR /home/user
ARG PMD_VERSION=6.19.0
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
unzip pmd-bin-${PMD_VERSION}.zip && \
mv pmd-bin-${PMD_VERSION} /usr/local/pmd
# microxml
ARG MICROXML_VERSION=72965423184f24cc0b963d91c2d1863cdb01b6aa
......
variables:
COMMON_IMAGE: "dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.29"
COMMON_IMAGE: "dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.30"
SOURCE_FOLDER: "src"
SHELL_SRC: ""
FLAWFINDER_OPTIONS: "-m 4 --error-level=4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment