Update Jenkinsfile

This commit is contained in:
LegacyGamerHD
2023-03-06 01:22:05 +01:00
committed by GitHub
parent 48bc7a76a6
commit d99ff899e9

2
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline {
steps {
sh 'update-alternatives --set java /usr/lib/jvm/zulu8/jre/bin/java'
sh 'chmod +x scripts/inst.sh'
sh './scripts/inst.sh --setup --remote'
sh './scripts/inst.sh --setup'
}
}