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
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
...@@ -236,12 +236,12 @@ RUN \ ...@@ -236,12 +236,12 @@ RUN \
make install make install
#install cpd #install cpd
WORKDIR /home/user
ARG PMD_VERSION=6.19.0 ARG PMD_VERSION=6.19.0
RUN \ RUN \
cd /opt/dev && \
wget -nv https://github.com/pmd/pmd/releases/download/pmd_releases%2F${PMD_VERSION}/pmd-bin-${PMD_VERSION}.zip && \ 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 # microxml
ARG MICROXML_VERSION=72965423184f24cc0b963d91c2d1863cdb01b6aa ARG MICROXML_VERSION=72965423184f24cc0b963d91c2d1863cdb01b6aa
... ...
......
variables: 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" SOURCE_FOLDER: "src"
SHELL_SRC: "" SHELL_SRC: ""
FLAWFINDER_OPTIONS: "-m 4 --error-level=4" FLAWFINDER_OPTIONS: "-m 4 --error-level=4"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment