Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2021-03-29 19:19:18 +02:00
committed by GitHub
parent f07072102b
commit a2fad07eb6

2
Jenkinsfile vendored
View File

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