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

Small fix in `ci_sync.sh`

parent 6bc0b071
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.
......@@ -58,5 +58,5 @@ fi
echo Attempting to starting hive sync using hived node: $HIVEMIND_SOURCE_HIVED_URL . Max sync block is: $HIVEMIND_MAX_BLOCK
echo Attempting to access database $DB_URL
./$HIVE_NAME sync --pid-file hive_sync.pid --test-max-block=$HIVEMIND_MAX_BLOCK --exit-after-sync --test-profile=False --steemd-url "$HIVEMIND_SOURCE_HIVED_URL" --prometheus-port 11011 --database-url $DB_URL --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:15' 2>&1 | tee -i hivemind-sync.log
./$HIVE_NAME sync --pid-file hive_sync.pid --test-max-block=$HIVEMIND_MAX_BLOCK --exit-after-sync --test-profile=False --steemd-url "$HIVEMIND_SOURCE_HIVED_URL" --prometheus-port 11011 --database-url $DB_URL --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
rm hive_sync.pid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment