jenkins: add lineageos sync job
This commit is contained in:
parent
936e8778e9
commit
aac508ecda
2 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue