Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-11-22 15:23:59 +01:00
committed by GitHub
parent a5d9181450
commit f2563e1f76

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
stage('Build') {
steps {
sh 'bash ./scripts/inst.sh --setup --fast'
sh 'bash ./scripts/inst.sh --setup'
}
}