ci: fix tile check step

This commit is contained in:
Stepan Kuzmin 2018-10-15 19:10:03 +03:00
parent 7a21380d4c
commit f4955c256b

View File

@ -54,8 +54,8 @@ jobs:
chmod +x vtzero-show
dockerize -wait tcp://localhost:3000 -timeout 1m
curl localhost:3000/public.table_source/0/0/0.pbf > table_source.pbf
vtzero-check table_source.pbf
vtzero-show table_source.pbf
./vtzero-check table_source.pbf
./vtzero-show table_source.pbf
curl localhost:3000/rpc/public.function_source/0/0/0.pbf > function_source.pbf
vtzero-check function_source.pbf
vtzero-show function_source.pbf
./vtzero-check function_source.pbf
./vtzero-show function_source.pbf