From 1ac5c4f9df5a3c196fa238e0ed88a06a63820af0 Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Mon, 17 Apr 2023 22:49:09 +0200 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 48317cc..06af0ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,7 @@ pipeline { // Uruchamia instancje obrazu ium sh 'docker run -it ium' // Uruchomienie skryptu w kontenerze - sh 'docker exec ium python3 /app/s487175-create-dataset-script.py >> output.txt' + sh 'python3 /app/s487175-create-dataset-script.py >> output.txt' } } }