Skip to content
Snippets Groups Projects
Verified Commit 112f0953 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

svntogit: Remove "git push --set-upstream" command

The upstream branch is set by the earlier "git pull --set-upstream".
parent d2d9bbb2
No related branches found
No related tags found
No related merge requests found
Pipeline #9625 passed
......@@ -278,18 +278,6 @@
tags:
- skip_ansible_lint
- name: configure svntogit push upstream branch
command: git push -u public master chdir=/srv/svntogit/repos/{{ item }}
with_items:
- community
- packages
become: true
become_user: svntogit
register: git_push_master
changed_when: "git_push_master.rc == 0"
tags:
- skip_ansible_lint
- name: fix svntogit home permissions
file: path="/srv/svntogit" state=directory owner=svntogit group=svntogit mode=0775
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment