Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-12-15 18:26:30 +01:00
committed by GitHub
parent 1fffe53720
commit 8ce60a6575

4
Jenkinsfile vendored
View File

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