update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 13:19:19 +02:00
parent 95177c882a
commit ae52426d88

View File

@ -6,8 +6,6 @@ stages {
stage('Test') {
steps {
sh 'whoami'
sh './download.sh'
sh 'python3 ./Zajecia_2/main.py'
}
}
}