lest try to get latest paper working from 1.12.2 ofc

This commit is contained in:
LegacyGamerHD
2020-11-26 12:43:10 +01:00
committed by GitHub
parent 33b5d7fb22
commit 4290216041

2
Jenkinsfile vendored
View File

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