feat(views): export tvl-kit view
Change-Id: I739adb7d32d03294f8ec9962c3d93e35842af83b Reviewed-on: https://cl.tvl.fyi/c/depot/+/8360 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
08bf03a3d8
commit
bf88421dc7
1 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,12 @@ let
|
|||
remote = "git@github.com:tvlfyi/tvix.git";
|
||||
ref = "refs/heads/canon";
|
||||
};
|
||||
|
||||
export-kit = depot.tools.releases.filteredGitPush {
|
||||
filter = ":workspace=views/kit";
|
||||
remote = "git@github.com:tvlfyi/kit.git";
|
||||
ref = "refs/heads/canon";
|
||||
};
|
||||
in
|
||||
(pkgs.runCommandLocal "export-views" { }
|
||||
''
|
||||
|
@ -14,7 +20,7 @@ in
|
|||
'').overrideAttrs
|
||||
(_: {
|
||||
meta.ci.extraSteps = {
|
||||
inherit export-tvix;
|
||||
inherit export-tvix export-kit;
|
||||
};
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue