Fixed jenkins file
This commit is contained in:
parent
8fd3b7032f
commit
9992029ab2
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
kaggle datasets download -d apoorvaappz/global-super-store-dataset
|
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
|
cat Global_Superstore2.csv | shuf > Global_Superstore2.csv.shuf
|
||||||
if [ $1="0" ]; then
|
if [ $1="0" ]; then
|
||||||
CUTOFF=51291
|
CUTOFF=51291
|
||||||
|
Loading…
Reference in New Issue
Block a user