Skip to content

Commit

Permalink
ci: re-enable devnet sync (#4267)
Browse files Browse the repository at this point in the history
  • Loading branch information
air1one authored Jan 20, 2021
1 parent 2123ed2 commit 2f493d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/sync-script/sync-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ while test $synced != 1
echo "still not synced after $difftime seconds..."
if [ $difftime -gt 18000 ] ; then exit 1 ; fi # exit with error after 5 hours
sleep 6
synced=$(curl http://127.0.0.1:4003/api/v2/node/status -m 2 | grep "\"synced\":true" | wc -l)
synced=$(curl http://127.0.0.1:4003/api/node/status -m 2 | grep "\"synced\":true" | wc -l)
done
2 changes: 1 addition & 1 deletion .github/workflows/devnet-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 2.6
ref: develop
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 2f493d7

Please sign in to comment.