Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-12-12 20:31:40 +01:00
committed by GitHub
parent 53e8b9cf2a
commit ea9589df5c

2
Jenkinsfile vendored
View File

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