Skip to content
Snippets Groups Projects
Commit e8de383a authored by Mariusz Trela's avatar Mariusz Trela
Browse files

A fix in `hive-sync.sh`

parent 3efb789e
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!389Mock tests for communities
This commit is part of merge request !389. Comments created here will be created in the context of that merge request.
...@@ -28,7 +28,10 @@ EOF ...@@ -28,7 +28,10 @@ EOF
--steemd-url "${RUNNER_HIVED_URL}" \ --steemd-url "${RUNNER_HIVED_URL}" \
--prometheus-port 11011 \ --prometheus-port 11011 \
--database-url "${DATABASE_URL}" \ --database-url "${DATABASE_URL}" \
--mock-block-data-path mock_data/block_data/follow_op/mock_block_data_follow.json \ --mock-follow-block-data-path mock_data/block_data/follow_op/mock_block_data_follow.json \
--mock-community-block-data-path mock_data/block_data/community_op/mock_block_data_community.json \
--community-start-block 4999998 \
--community-start-date '2016-09-15T19:47:00' \
2>&1 | tee -i hivemind-sync.log 2>&1 | tee -i hivemind-sync.log
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment