Skip to content

Commit 59c0e77

Browse files
committed
Fix ini filename
1 parent 244f37e commit 59c0e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- docker build . --tag ldbc/datagen
1414
install: true
1515
script:
16-
- cp params-csv.ini params.ini
16+
- cp params-csv-basic.ini params.ini
1717
- docker run --rm --mount type=bind,source="$(pwd)/",target="/opt/ldbc_snb_datagen/out" --mount type=bind,source="$(pwd)/params.ini",target="/opt/ldbc_snb_datagen/params.ini" ldbc/datagen
1818
- md5sum social_network/*.csv | sort
1919
- "[[ `md5sum social_network/*.csv | sort | md5sum` == 'ee9e6dd99bf7c3459f4c6156d355f5ea -' ]]"

0 commit comments

Comments
 (0)