Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2020-11-24 11:22:39 +01:00
committed by GitHub
parent 768ac2f14c
commit 810c8a5d00

1
Jenkinsfile vendored
View File

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