IUM_04 - fix permission error
This commit is contained in:
parent
b5536c3a50
commit
6df33079cb
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -39,6 +39,7 @@ pipeline {
|
||||
sh "sudo echo > /.kaggle/kaggle.json"
|
||||
sh "sudo chmod 777 /.kaggle/kaggle.json"
|
||||
sh "sudo chown `whoami` /.kaggle/kaggle.json"
|
||||
sh "echo $KAGGLE_USERNAME"
|
||||
sh "sudo chmod +x ./download_dataset.py"
|
||||
sh "python3 ./download_dataset.py $CUTOFF"
|
||||
archiveArtifacts artifacts: './datasets/data.csv,./datasets/train.csv,./datasets/dev.csv,./datasets/test.csv', onlyIfSuccessful: true
|
||||
|
Loading…
Reference in New Issue
Block a user