Fixed jenkins file

This commit is contained in:
Jan Nowak 2021-03-28 22:16:42 +02:00
parent 9f74097f81
commit ed6bc695d2
2 changed files with 2 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -30,8 +30,7 @@ pipeline {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
readlink -f $(which sh)
sh './skrypt.sh ${params.CUTOFF} | tee output.txt'
sh "./skrypt.sh ${params.CUTOFF} | tee output.txt"
}
}
}

View File

@ -1,4 +1,4 @@
#!/bin/dash
#!/bin/bash
kaggle datasets download -d apoorvaappz/global-super-store-dataset
unzip global-super-store-dataset.zip
cat Global_Superstore2.csv | shuf > Global_Superstore2.csv.shuf