mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
fix sh call in jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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') {
|
||||||
|
Reference in New Issue
Block a user