Skip to content

Commit

Permalink
Remove DATADIR_ROLLBACK after log generation (#3077)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo authored Oct 2, 2024
1 parent 69822e7 commit 728e98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/sync/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ create_pre_sync_rollback_log() {
start_node_and_wait "$DATADIR_ROLLBACK"
rollback_and_log > "$PRE_ROLLBACK_LOG"
stop_node
rm -rf "$DATADIR_ROLLBACK"
}

start_node_and_wait() {
Expand Down

0 comments on commit 728e98c

Please sign in to comment.