1
1
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:
Aditya Mehra
2021-02-27 16:51:35 +05:30
committed by GitHub
parent ca1afb203a
commit 2c4fd77b04

2
Jenkinsfile vendored
View File

@ -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') {