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 {
stage('Build') {
steps {
//sh 'bash ./scripts/build.sh'
sh 'bash ./scripts/inst.sh --setup --fast --remote'
sh 'chmod +x scripts/inst.sh'
sh 'sh ./scripts/inst.sh --setup --remote'
}
}