Explorar el Código

Fix permission denied in CI

ghorsington hace 5 años
padre
commit
6933e5a08e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      scripts/jenkins_master.groovy

+ 1 - 0
scripts/jenkins_master.groovy

@@ -31,6 +31,7 @@ pipeline {
         stage('Build BepInEx') {
             steps {
                 dir('BepInEx') {
+                    sh "chmod u+x build.sh"
                     sh "./build.sh --target=Pack --bleeding_edge=${params.IS_BE} --build_id=${currentBuild.id} --last_build_commit=${lastBuildCommit}"
                 }
             }