remove sudo
This commit is contained in:
parent
168e15ea28
commit
242bfe2426
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user