chore(grfn): move meta.targets definitions to meta.ci.targets

Change-Id: I1b77319a7218157818b4e48fadb98d00790b7f67
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5253
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-02-08 02:26:00 +03:00 committed by clbot
parent 5aa5d282ea
commit 4c976c863f
4 changed files with 4 additions and 4 deletions

View file

@ -59,5 +59,5 @@ rec {
-w ${layout}
'';
meta.targets = [ "layout" ];
meta.ci.targets = [ "layout" ];
}