Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Feb 5, 2024
1 parent 9283fd7 commit 95fef3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
stage('Install GH CLI') {
steps {
script {
sh 'if ! command -v gh &> /dev/null; then echo "gh could not be found, installing..."; sudo apt update && sudo apt install gh -y; else echo "gh is already installed"; fi'
sh 'if ! command -v gh &> /dev/null; then echo "gh could not be found, installing..."; apt update && apt install gh -y; else echo "gh is already installed"; fi'
}
}
}
Expand Down

0 comments on commit 95fef3d

Please sign in to comment.