Skip to content

Commit

Permalink
missing space added
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Nov 8, 2024
1 parent be86bd1 commit 4cab986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Jenkinsfile-parael
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ parallel distributions.collectEntries { distribution ->
artifacts.each { deb_file ->
println 'Copying artifact: ' + deb_file
archiveArtifacts artifacts: 'dist/debian/' + deb_file
sh 'mv $WORKSPACE/dist/debian/' + deb_file + '$WORKSPACE'
sh 'mv $WORKSPACE/dist/debian/' + deb_file + ' $WORKSPACE'
}
}
}
Expand Down

0 comments on commit 4cab986

Please sign in to comment.