Skip to content

Commit

Permalink
[Build] Fix specification of bash as shell for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Oct 3, 2024
1 parent f0082f5 commit 8f4bb94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ pipeline {
}
steps {
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh '''
#!/bin/bash
sh '''#!/bin/bash
deployM2ERepository()
{
echo Deploy m2e repo to ${1}
Expand Down

0 comments on commit 8f4bb94

Please sign in to comment.