Another fix
This commit is contained in:
parent
56e93c6c86
commit
b4d4177068
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,6 @@ node {
|
|||||||
])
|
])
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
stage('Install depends.') {
|
stage('Install depends.') {
|
||||||
sh 'pip install --user -r requirements.txt'
|
sh 'pip install --user -r requirements.txt'
|
||||||
@ -33,3 +32,4 @@ stage('Prepare dataset') {
|
|||||||
sh 'chmod u+x ./load_data.sh'
|
sh 'chmod u+x ./load_data.sh'
|
||||||
sh './load_data.sh'
|
sh './load_data.sh'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user