Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2021-04-01 19:40:23 +02:00
committed by GitHub
parent 233199054e
commit 48574c2eb4

3
Jenkinsfile vendored
View File

@@ -10,7 +10,8 @@ pipeline {
stage('Build') {
steps {
sh 'chmod +x scripts/inst.sh'
sh './scripts/inst.sh --setup'
sh './scripts/inst.sh --setup --fast --remote
'
}
}