Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Commits
25df6879
Commit
25df6879
authored
4 years ago
by
Dariusz Kędzierski
Browse files
Options
Downloads
Patches
Plain Diff
Fixed error in parameter name
parent
021b5a7b
No related branches found
No related tags found
2 merge requests
!456
Release candidate v1 24
,
!346
Escape characters in user names provided in follow_op
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/ci_sync.sh
+1
-1
1 addition, 1 deletion
scripts/ci_sync.sh
with
1 addition
and
1 deletion
scripts/ci_sync.sh
+
1
−
1
View file @
25df6879
...
@@ -58,5 +58,5 @@ fi
...
@@ -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 starting hive
sync
using hived node:
$HIVEMIND_SOURCE_HIVED_URL
.
Max
sync
block is:
$HIVEMIND_MAX_BLOCK
echo
Attempting to access database
$DB_URL
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-data-path
mock_data/block_data/follow_op/mock_block_data_follow.json 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-
block-
data-path
mock_data/block_data/follow_op/mock_block_data_follow.json 2>&1 |
tee
-i
hivemind-sync.log
rm
hive_sync.pid
rm
hive_sync.pid
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment