Skip to content

Commit

Permalink
Fix syntax error in shell script for deploy
Browse files Browse the repository at this point in the history
Ubuntu uses dash as default shell thus explicitly call bash.
  • Loading branch information
akurtakov committed Oct 3, 2024
1 parent 6e92f59 commit ee98c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pipeline {
steps {
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh '''
#!/bin/bash
deployM2ERepository()
{
echo Deploy m2e repo to ${1}
Expand Down

0 comments on commit ee98c5a

Please sign in to comment.