tektoncd-cli: remove e2e tests

This commit is contained in:
06kellyjac
2025-09-24 10:43:17 +01:00
parent c35b0782d5
commit 868095125f
+7 -1
View File
@@ -36,7 +36,13 @@ buildGoModule (finalAttrs: {
nativeBuildInputs = [ installShellFiles ];
subPackages = [ "cmd/tkn" ];
subPackages = [
"cmd/tkn"
];
excludedPackages = [
"test/e2e"
];
nativeCheckInputs = [
writableTmpDirAsHomeHook