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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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