konsens: handle >2 commits
This commit is contained in:
parent
8639e4008a
commit
136d7c2f41
|
@ -68,7 +68,7 @@ let
|
|||
fi
|
||||
cd ${name}
|
||||
git fetch origin
|
||||
git push origin $(git merge-base ${concatMapStringsSep " " (branch: "origin/${branch}") repo.branchesToCheck}):refs/heads/master
|
||||
git push origin $(git merge-base --octopus ${concatMapStringsSep " " (branch: "origin/${branch}") repo.branchesToCheck}):refs/heads/master
|
||||
'';
|
||||
WorkingDirectory = /var/lib/konsens;
|
||||
User = "konsens";
|
||||
|
|
Loading…
Reference in a new issue