jenkins: add lineageos sync job

This commit is contained in:
Ingolf Wagner 2019-12-23 15:36:18 +13:00
parent 936e8778e9
commit aac508ecda
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 1 deletions

View file

@ -223,6 +223,10 @@ in {
"ssh://gogs@workhorse.private:2222/palo/tech.ingolf-wagner.de.git" "ssh://gogs@workhorse.private:2222/palo/tech.ingolf-wagner.de.git"
"git@github.com:mrVanDalo/tech.ingolf-wagner.de.git") "git@github.com:mrVanDalo/tech.ingolf-wagner.de.git")
(sync-to-github "sync-LineageOS-build"
"ssh://gogs@git.ingolf-wagner.de:443/palo/LineagoOS-build.git"
"git@github.com:mrVanDalo/LineagoOS-build.git")
]; ];
}; };

View file

@ -92,7 +92,6 @@ with lib; {
}; };
porn = { porn = {
enable = lib.mkDefault false; enable = lib.mkDefault false;
id = "vatmy-c2qf4";
watch = false; watch = false;
devices = [ "workhorse" "porani" ]; devices = [ "workhorse" "porani" ];
}; };