Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-11-26 16:54:12 +01:00
committed by GitHub
parent 26e0546b50
commit 18868c715c

4
Jenkinsfile vendored
View File

@@ -3,8 +3,8 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'chmod +x scripts/inst.sh'
sh 'sh ./scripts/inst.sh --setup'
sh 'chmod +x scripts/build.sh'
sh 'sh ./scripts/build.sh'
}
}