1
0
Fork 0

Disable double deploy

This commit is contained in:
Malte Brandy 2020-06-27 16:40:56 +02:00
parent e76204d38c
commit 90baba3e1b
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -64,7 +64,6 @@ in {
git "-C" repoDir "config" "user.email" "maralorn@maralorn.de"
git "-C" repoDir "config" "user.name" "maralorn (nix-auto-updater)"
git "-C" repoDir "commit" "-am" "Update dependencies with niv"
git "-C" repoDir "push" "-f" "origin" "master:version-bump"
concurrently_
(mapConcurrently_ (test_system_config repoDir) ${self.haskellList systems})
(mapConcurrently_ (test_home_config repoDir) ${self.haskellList homes})