remove sudo

This commit is contained in:
Karol Cyganik 2024-04-14 14:29:54 +02:00
parent 168e15ea28
commit 242bfe2426

View File

@ -34,7 +34,7 @@ pipeline {
steps {
script {
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495715-create-dataset', selector: specific('16')
sh 'sudo apt-get install unzip'
sh 'apt-get install unzip'
sh 'unzip football-semantic-segmentation.zip -d football_dataset'
}
}