remove deactivate

This commit is contained in:
Yevhenii Poliakov 2023-05-12 20:32:28 +02:00
parent c033f954cf
commit 8a130bd3d3

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
echo("run data script")
sh "source docker_ium/bin/activate"
sh "python3 script2.py"
sh "deactivate"
}
}
}