From eb430fd0b6c87e4852cf13e740ae35ef8ea21262 Mon Sep 17 00:00:00 2001 From: avraham Date: Sat, 26 Aug 2023 22:37:27 -0400 Subject: [PATCH] remove newline --- tekton/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/pipeline.yaml b/tekton/pipeline.yaml index 717a11b..5808262 100644 --- a/tekton/pipeline.yaml +++ b/tekton/pipeline.yaml @@ -108,4 +108,4 @@ spec: /kaniko/executor \ --context "./dist" \ --dockerfile "./Dockerfile" \ - --destination "${REGISTRY_HOST}:5000/sakal-us:$(params.gitrevision)" \ \ No newline at end of file + --destination "${REGISTRY_HOST}:5000/sakal-us:$(params.gitrevision)" \ No newline at end of file