From 90baba3e1bab1cad858995c987569dc08b0622fa Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 27 Jun 2020 16:40:56 +0200 Subject: [PATCH] Disable double deploy --- overlays/testing.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/overlays/testing.nix b/overlays/testing.nix index fa0f1fb1..5e4cd6c8 100644 --- a/overlays/testing.nix +++ b/overlays/testing.nix @@ -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})