Skip to content

Commit

Permalink
Global git config
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed May 12, 2020
1 parent db360d2 commit eb2fbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/templates/molecule/quick_mode/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
tasks:
- name: initialize git config
shell: |-
git config -g user.email "nobody@nowhere.com"
git config -g user.name "Automated CI"
git config --global user.email "nobody@nowhere.com"
git config --global user.name "Automated CI"
- name: create git repo
command: git init "{{ base }}/in"
Expand Down

0 comments on commit eb2fbbe

Please sign in to comment.