Fixed jenkins file

This commit is contained in:
Jan Nowak 2021-03-28 22:20:20 +02:00
parent 8fd3b7032f
commit 9992029ab2

View File

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