diff --git a/Jenkinsfile b/Jenkinsfile index a1a4b65..ec3586e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,6 @@ pipeline { } stage("Dara Preparation") { steps { - docker ps sh 'echo "PREPARATION"' sh "chmod u+x ./preparation.sh" sh "./preparation.sh" diff --git a/preparation.sh b/preparation.sh index 43900fd..44cdd4e 100644 --- a/preparation.sh +++ b/preparation.sh @@ -1 +1,2 @@ +docker ps python create_data.py \ No newline at end of file