mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
beacon-node-builds: use the git_config resource
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3eacfc36c7
commit
afd230007f
@ -7,7 +7,10 @@
|
||||
shell: '/bin/zsh'
|
||||
|
||||
- name: Set disable rebase as merge strategy
|
||||
command: git config --global pull.rebase false
|
||||
git_config:
|
||||
scope: 'global'
|
||||
name: 'pull.rebase'
|
||||
value: false
|
||||
become_user: '{{ beacon_node_builds_user }}'
|
||||
|
||||
- name: Configure access to Docker Hub
|
||||
|
Loading…
x
Reference in New Issue
Block a user