mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Use stack to get a newer shellcheck
This commit is contained in:
parent
587ac40827
commit
576d2bbe34
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -72,7 +72,7 @@ node ('bootstrap') {
|
|||
echo "${env.CHANGE_URL}"
|
||||
}
|
||||
stage('shellcheck') {
|
||||
sh 'shellcheck -s sh -f checkstyle bootstrap-salt.sh | tee checkstyle.xml'
|
||||
sh 'stack exec -- shellcheck -s sh -f checkstyle bootstrap-salt.sh | tee checkstyle.xml'
|
||||
checkstyle pattern: '**/checkstyle.xml'
|
||||
archiveArtifacts artifacts: '**/checkstyle.xml'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue