Fix testnet checkpoint job height regex (#7433)
This commit is contained in:
parent
c5ea437ebd
commit
349af4d575
|
|
@ -570,7 +570,7 @@ jobs:
|
||||||
disk_suffix: tip
|
disk_suffix: tip
|
||||||
root_state_path: '/var/cache'
|
root_state_path: '/var/cache'
|
||||||
zebra_state_dir: 'zebrad-cache'
|
zebra_state_dir: 'zebrad-cache'
|
||||||
height_grep_text: 'current_height.*=.*Height.*\('
|
height_grep_text: 'zebra_tip_height.*=.*Height.*\('
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
# lightwalletd cached tip state tests
|
# lightwalletd cached tip state tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue