mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
beacon-node-builds: allow for repo updates for select builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f931c3cde1
commit
aee3b5eff5
@ -24,3 +24,4 @@ beacon_node_builds_branches:
|
||||
version: 'v1.0.8'
|
||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
||||
enabled: false
|
||||
update: true
|
||||
|
@ -13,8 +13,8 @@
|
||||
version: '{{ item.version }}'
|
||||
dest: '{{ beacon_node_builds_path }}/{{ item.name }}/repo'
|
||||
force: true
|
||||
# Don't update or timer might miss some changes
|
||||
update: false
|
||||
# Normally we don't update or timer might miss some changes.
|
||||
update: '{{ item.get("update", false) }}'
|
||||
become_user: '{{ beacon_node_builds_user }}'
|
||||
|
||||
- name: '{{ item.name }} - Create script'
|
||||
|
Loading…
x
Reference in New Issue
Block a user