Fixed jenkins file

This commit is contained in:
Jan Nowak 2021-03-28 22:21:27 +02:00
parent 9992029ab2
commit 2920d98709

View File

@ -2,6 +2,7 @@
kaggle datasets download -d apoorvaappz/global-super-store-dataset
unzip -o global-super-store-dataset.zip
cat Global_Superstore2.csv | shuf > Global_Superstore2.csv.shuf
echo $1
if [ $1="0" ]; then
CUTOFF=51291
else