Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'bash ./scripts/inst.sh --fast'
|
sh 'bash ./scripts/inst.sh --setup'
|
||||||
// sh 'chmod +x scripts/build.sh'
|
// sh 'chmod +x scripts/build.sh'
|
||||||
// sh 'sh ./scripts/build.sh'
|
// sh 'sh ./scripts/build.sh'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user