Skip to content

Commit acbf912

Browse files
author
ashkumar-wtc
authored
Update index.js
1 parent 68a8b41 commit acbf912

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ function installPMD(){
1313
var mk = 'mkdir -p $HOME/pmd'
1414
var mbin = 'mkdir -p $HOME/bin'
1515
var mv = 'mv /tmp/pmd-bin-6.27.0/* $HOME/pmd'
16-
exec(download+' && '+unzip+' && '+mk+' && '+mv+' && '+mbin , function(error, stdout, stderr){
16+
var mcicd = 'mv cicd/java-hybris-profile.xml $HOME/cicd/java-hybris-profile.xml'
17+
exec(download+' && '+unzip+' && '+mk+' && '+mv+' && '+mbin+' && '+mcicd , function(error, stdout, stderr){
1718
if(error) core.setFailed(stderr)
1819
core.debug(stdout)
1920
referencePMD()

0 commit comments

Comments
 (0)