Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
6fd32c30
Commit
6fd32c30
authored
Oct 14, 2021
by
suyanlong
Committed by
mdj33
Oct 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ci
parent
72ab4fdf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
docker-compose.sh
build/docker-compose.sh
+1
-2
publicTest.sh
plugin/dapp/autonomy/cmd/build/publicTest.sh
+2
-0
No files found.
build/docker-compose.sh
View file @
6fd32c30
...
...
@@ -167,10 +167,9 @@ function start() {
# query node run status
check_docker_status
${
CLI
}
block last_header
${
CLI
}
net info
${
CLI
}
net peer
${
CLI
}
block last_header
local
count
=
1000
while
[
$count
-gt
0
]
;
do
peersCount
=
$(${
CLI
}
net peer | jq
'.[] | length'
)
...
...
plugin/dapp/autonomy/cmd/build/publicTest.sh
View file @
6fd32c30
...
...
@@ -84,6 +84,8 @@ function check_tx() {
ty
=
$(${
CLI
}
tx query
-s
"
${
2
}
"
| jq .receipt.ty
)
if
[[
${
ty
}
!=
2
]]
;
then
echo
-e
"
${
RED
}
check tx error, hash is
${
2
}${
NOC
}
"
hashInfo
=
$(${
CLI
}
tx query
-s
"
${
2
}
"
)
echo
-e
"
${
RED
}
query tx:
${
hashInfo
}${
NOC
}
"
exit_test
fi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment