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'
|
repo: 'https://github.com/status-im/nimbus-eth2'
|
||||||
version: '{{ item.version }}'
|
version: '{{ item.version }}'
|
||||||
dest: '{{ beacon_node_builds_path }}/{{ item.name }}/repo'
|
dest: '{{ beacon_node_builds_path }}/{{ item.name }}/repo'
|
||||||
update: true
|
|
||||||
force: true
|
force: true
|
||||||
|
# Don't update or timer might miss some changes
|
||||||
|
update: false
|
||||||
become_user: '{{ beacon_node_builds_user }}'
|
become_user: '{{ beacon_node_builds_user }}'
|
||||||
|
|
||||||
- name: '{{ item.name }} - Create script'
|
- name: '{{ item.name }} - Create script'
|
||||||
|
|
Loading…
Reference in New Issue