refactor(views): move view export configuration to //views
Change-Id: I064b996fd52134b7e83541ea1190774c51a8ba30 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8359 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
b340b8a57f
commit
08bf03a3d8
2 changed files with 21 additions and 11 deletions
|
|
@ -86,15 +86,5 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
export = (pkgs.runCommandLocal "export-tvix" { } ''
|
||||
echo "carrier for repo export extra-step" > $out
|
||||
'').overrideAttrs (_: {
|
||||
meta.ci.extraSteps.github = depot.tools.releases.filteredGitPush {
|
||||
filter = ":workspace=views/tvix";
|
||||
remote = "git@github.com:tvlfyi/tvix.git";
|
||||
ref = "refs/heads/canon";
|
||||
};
|
||||
});
|
||||
|
||||
meta.ci.targets = [ "shell" "export" "rust-docs" ];
|
||||
meta.ci.targets = [ "shell" "rust-docs" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue