beacon-node-builds: don't update git branch when deploying

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-09 18:35:32 +01:00
parent 4cdd5f01ce
commit 0e82fa7c03
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -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'