add rights to execute sh
This commit is contained in:
parent
5a4cd037dd
commit
159e5b0fcf
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -32,6 +32,7 @@ pipeline {
|
||||
sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities'
|
||||
sh 'unzip airbnb-prices-in-european-cities.zip -d ./ium_z444510'
|
||||
sh 'rm airbnb-prices-in-european-cities.zip'
|
||||
sh 'chmod u+x ./ium_z444510/create-dataset.sh'
|
||||
sh './ium_z444510/create-dataset.sh'
|
||||
sh 'ls -a'
|
||||
sh 'ls -a ./ium_z444510'
|
||||
|
Loading…
Reference in New Issue
Block a user