Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <[email protected]>
  • Loading branch information
kogeler committed May 24, 2024
1 parent b2a731f commit 7a32f9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions roles/ws_health_exporter/molecule/default/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
ansible_user: root

## node
node_binary_version: v0.9.42
node_binary_version: v1.12.0
node_binary: https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-{{ node_binary_version }}/polkadot
node_binary_signature: https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-{{ node_binary_version }}/polkadot.asc
node_user: polkadot
node_binary: https://github.com/paritytech/polkadot/releases/download/{{ node_binary_version }}/polkadot
node_chain: rococo-local
node_chain: rococo-dev
node_chain_backup_restoring_type: none
node_parachain_chain_backup_restoring_type: none
node_ansible_annotation_path: /tmp/substrate.prom
Expand Down

0 comments on commit 7a32f9b

Please sign in to comment.