fix sh call in jenkinsfile
This commit is contained in:
parent
ca1afb203a
commit
2c4fd77b04
|
@ -13,7 +13,7 @@ pipeline {
|
|||
stage('Patch Assets') {
|
||||
agent any
|
||||
steps {
|
||||
sh(./scripts/br-patches.sh)
|
||||
sh("./scripts/br-patches.sh")
|
||||
}
|
||||
}
|
||||
stage('Build Assets') {
|
||||
|
|
Loading…
Reference in New Issue