diff --git a/Makefile b/Makefile index c41a820..d747fae 100644 --- a/Makefile +++ b/Makefile @@ -48,3 +48,6 @@ k3d-install-tekton: ./.build/kubectl create ns tekton-pipelines || true; \ ./.build/kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.44.4/release.yaml; \ ./utils/test/wait-for-pods.sh -l app.kubernetes.io/part-of=tekton-pipelines -n tekton-pipelines + +dev-run: build + ./.build/pipelines-feedback-tekton --store memory --controller-name pft-$$(whoami)-local -v -f debug --disable-crd diff --git a/go.mod b/go.mod index e039f39..25f4e31 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.0 // replace github.com/kube-cicd/pipelines-feedback-core => /home/damian/Projekty/open-source/pipelines-feedback/pipelines-feedback-core require ( - github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240521201856-6ceb4f9ce73a + github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240522084908-c29da86cdca4 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index f71c6a1..d0ff756 100644 --- a/go.sum +++ b/go.sum @@ -327,6 +327,8 @@ github.com/ktr0731/go-fuzzyfinder v0.8.0 h1:+yobwo9lqZZ7jd1URPdCgZXTE2U1mpIVTkQo github.com/ktr0731/go-fuzzyfinder v0.8.0/go.mod h1:Bjpz5im+tppKE9Ii6UK1h+6RaX/lUvJ0ruO4LIYRkqo= github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240521201856-6ceb4f9ce73a h1:jyyE9pdoY4tVV/aWhVY+CG/iCxt6pORiuwRWIe57tT4= github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240521201856-6ceb4f9ce73a/go.mod h1:TocGJt6ehkl8BQDOCAeh55exqKaVYOZM+aYcQovYdm0= +github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240522084908-c29da86cdca4 h1:g0gpNVLqwC3XbZu5WxRqM8jU9IqnULZbVwaNHRzWtbM= +github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240522084908-c29da86cdca4/go.mod h1:TocGJt6ehkl8BQDOCAeh55exqKaVYOZM+aYcQovYdm0= github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491 h1:WGrKdjHtWC67RX96eTkYD2f53NDHhrq/7robWTAfk4s= github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491/go.mod h1:o158RFmdEbYyIZmXAbrvmJWesbyxlLKee6X64VPVuOc= github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=