konsens: handle >2 commits

This commit is contained in:
lassulus 2018-09-08 21:26:03 +02:00
parent 8639e4008a
commit 136d7c2f41

View file

@ -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";