From 511b0ca79d7f4a13b0de987930627e55f752291e Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 1 Jun 2020 19:47:01 +0200 Subject: [PATCH] jenkins: add sync-job --- configs/workhorse/jenkins.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/workhorse/jenkins.nix b/configs/workhorse/jenkins.nix index 85bac38..47da6ba 100644 --- a/configs/workhorse/jenkins.nix +++ b/configs/workhorse/jenkins.nix @@ -221,6 +221,10 @@ in { (sync-to-github "sync-http-errors" "ssh://gogs@git.ingolf-wagner.de:443/palo/http-errors.git" "git@github.com:mrVanDalo/http-errors.git") + (sync-to-github "sync-light-control" + "ssh://gogs@git.ingolf-wagner.de:443/palo/light-control.git" + "git@github.com:mrVanDalo/light-control.git") + ]; }; };