Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 10:31:52 +02:00
parent 1a1f699f7b
commit bf4d31b4e8

1
Docker/Jenkinsfile vendored
View File

@ -12,7 +12,6 @@ node {
stage('Split set into dev/train/test') {
app.inside {
sh 'git clean -f'
sh 'ls -la'
sh 'cd Docker'
sh 'python3 ./script.py'