mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-30 23:47:11 +00:00
beacon-node-builds: don't update git branch when deploying
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4cdd5f01ce
commit
0e82fa7c03
@ -12,8 +12,9 @@
|
||||
repo: 'https://github.com/status-im/nimbus-eth2'
|
||||
version: '{{ item.version }}'
|
||||
dest: '{{ beacon_node_builds_path }}/{{ item.name }}/repo'
|
||||
update: true
|
||||
force: true
|
||||
# Don't update or timer might miss some changes
|
||||
update: false
|
||||
become_user: '{{ beacon_node_builds_user }}'
|
||||
|
||||
- name: '{{ item.name }} - Create script'
|
||||
|
Loading…
x
Reference in New Issue
Block a user