This commit is contained in:
LegacyGamerHD
2020-11-22 20:15:04 +01:00
parent 2bc7a3b190
commit 04502d021b

2
Jenkinsfile vendored
View File

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