Skip to content
Snippets Groups Projects
Commit af692748 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Temporarily hardcoded mock head block to sync command in CI. Proper tests branch

parent 614f01fe
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!361Extended mock follow tests
......@@ -73,7 +73,9 @@ hivemind_sync:
script:
- pip3 install --user --upgrade pip setuptools
- scripts/ci_sync.sh "$HIVEMIND_DB_NAME" "$HIVEMIND_POSTGRESQL_CONNECTION_STRING" "$HIVEMIND_SOURCE_HIVED_URL" $HIVEMIND_MAX_BLOCK $HIVEMIND_HTTP_PORT
# WARNING!!! temporarily hardcoded 5000017 instead $HIVEMIND_MAX_BLOCK
# revert that change when $HIVEMIND_MAX_BLOCK will be set to 5000017
- scripts/ci_sync.sh "$HIVEMIND_DB_NAME" "$HIVEMIND_POSTGRESQL_CONNECTION_STRING" "$HIVEMIND_SOURCE_HIVED_URL" 5000017 $HIVEMIND_HTTP_PORT
artifacts:
paths:
......
Subproject commit ec43c8329249f9aa85ea76c57b35c05a0fd16926
Subproject commit 07f6b2f4a70fa8ae9a4144e6f79076244be40bad
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment