Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Sep 8, 2023
1 parent 02a2a5f commit ed02568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildDockerAndPublishImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def call(String imageShortName, Map userConfig=[:]) {
sh 'make lint'
} else {
powershell "$pwd"
powershell 'dir c:\maven\jdk11'
powershell 'dir c:\\maven\\jdk11'
powershell 'make lint'
}
} finally {
Expand Down

0 comments on commit ed02568

Please sign in to comment.