Skip to content

Commit

Permalink
fix(ci):correct syntax (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgautier authored Sep 22, 2022
1 parent 110f908 commit b9c1440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
echo 'Releasing Centreon Collect'
loadCommonScripts()
withCredentials([string(credentialsId: 'download-token', variable: 'DOWNLOAD_TOKEN')]) {
sh './ci/release/collect-release.sh' "$DOWNLOAD_TOKEN"
sh './ci/release/collect-release.sh "$DOWNLOAD_TOKEN"'
}
}
}
Expand Down

0 comments on commit b9c1440

Please sign in to comment.