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