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

This commit is contained in:
LegacyGamerHD
2020-11-26 14:51:03 +01:00

4
Jenkinsfile vendored
View File

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