From 5f50b8b62d6af8bfad035e846daeb3007fa268ed Mon Sep 17 00:00:00 2001 From: Patryk Dobrowolski Date: Fri, 25 Oct 2024 16:04:55 +0200 Subject: [PATCH] test --- pkg/azuredevops/pipelines/pipelines.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/azuredevops/pipelines/pipelines.go b/pkg/azuredevops/pipelines/pipelines.go index e22d5080c70d..752848ff45be 100644 --- a/pkg/azuredevops/pipelines/pipelines.go +++ b/pkg/azuredevops/pipelines/pipelines.go @@ -1,6 +1,6 @@ // Package pipelines allows calling Azure DevOps pipelines API to interact with kyma-project pipelines. // It provides a set of functions totrigger a pipeline, get its status, and check the logs. -// It also includes functions to run tests on the build logs and timeline. +// It also inclues functions to run tests on the build logs and timeline. // These functions are designed to interact with kyma-project pipelines and it's tests. // TODO: Add more structured logging with debug severity to track execution in case of troubleshooting package pipelines