Merge remote-tracking branch 'origin/ver/1.12.2' into ver/1.12.2

This commit is contained in:
LegacyGamerHD
2020-11-19 19:13:20 +01:00

2
Jenkinsfile vendored
View File

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