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

This commit is contained in:
LegecyGamerHD
2020-12-17 18:31:16 +01:00

2
Jenkinsfile vendored
View File

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