Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-11-24 11:25:40 +01:00
committed by GitHub
parent 810c8a5d00
commit ce64d00b3a

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 --remote'
// sh 'bash ./scripts/inst.sh --setup --fast --remote'
}
}