Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Amin Vakil
infrastructure
Commits
112f0953
Verified
Commit
112f0953
authored
Jul 12, 2021
by
Evangelos Foutras
🐱
Browse files
svntogit: Remove "git push --set-upstream" command
The upstream branch is set by the earlier "git pull --set-upstream".
parent
d2d9bbb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/dbscripts/tasks/main.yml
View file @
112f0953
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment