Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
gitlab-ci-pipeline
Merge requests
!22
Fix CPD binary installation path
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix CPD binary installation path
fix_cpd_path
into
devel
Overview
1
Commits
1
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Vivek Dutta
requested to merge
fix_cpd_path
into
devel
1 year ago
Overview
1
Commits
1
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
880ef00b
Show latest version
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
880ef00b
Fix CPD binary installation path
· 880ef00b
Vivek Dutta
authored
1 year ago
docker/code-analysis/Dockerfile
+
3
−
3
Options
@@ -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
Loading