chore(wpcarro): move meta.targets definitions to meta.ci.targets
Change-Id: If45c9c939c607d02c1c636f9b54962aa527eed0e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5254 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
4c976c863f
commit
2ffea01c03
2 changed files with 2 additions and 2 deletions
|
@ -169,5 +169,5 @@ in
|
|||
touch $out
|
||||
'';
|
||||
|
||||
meta.targets = [ "check" ];
|
||||
meta.ci.targets = [ "check" ];
|
||||
}
|
||||
|
|
|
@ -18,5 +18,5 @@ in {
|
|||
${pkgs.terraform}/bin/terraform -chdir="$TF_STATE_DIR" apply
|
||||
'';
|
||||
|
||||
meta.targets = [ "marcusSystem" ];
|
||||
meta.ci.targets = [ "marcusSystem" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue