This commit is contained in:
ulaniuk 2022-04-03 20:41:40 +02:00
parent 0436e0976a
commit 7027ffe538
2 changed files with 1 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -35,7 +35,6 @@ pipeline {
}
stage("Dara Preparation") {
steps {
docker ps
sh 'echo "PREPARATION"'
sh "chmod u+x ./preparation.sh"
sh "./preparation.sh"

View File

@ -1 +1,2 @@
docker ps
python create_data.py