Fix
This commit is contained in:
parent
0436e0976a
commit
7027ffe538
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -35,7 +35,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("Dara Preparation") {
|
stage("Dara Preparation") {
|
||||||
steps {
|
steps {
|
||||||
docker ps
|
|
||||||
sh 'echo "PREPARATION"'
|
sh 'echo "PREPARATION"'
|
||||||
sh "chmod u+x ./preparation.sh"
|
sh "chmod u+x ./preparation.sh"
|
||||||
sh "./preparation.sh"
|
sh "./preparation.sh"
|
||||||
|
@ -1 +1,2 @@
|
|||||||
|
docker ps
|
||||||
python create_data.py
|
python create_data.py
|
Loading…
Reference in New Issue
Block a user