1
0
Fork 0

Fix bump-job

This commit is contained in:
Malte Brandy 2021-01-07 06:01:30 +01:00
parent 046e945891
commit 85f534fa94

View file

@ -63,6 +63,6 @@ in {
(mapConcurrently_ (\x -> laminarc ["run", [i|home-config-#{x}|], [i|BRANCH=#{branch}|]]) ${
self.haskellList homes
})
when changed $ git "-C" "config" "push" "origin" "master:master"
when changed $ git "push" "origin" "master:master"
'';
}