From 3f1fe34b5e80817420804a2d2c6a4616fe6d18f8 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Fri, 14 Jun 2024 09:33:41 +0200
Subject: [PATCH] fix output stream

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2b6333..3140a9f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,7 @@ generate:
       helm template
       --values ./test-chart/values.yaml
       --values ./test-chart/values-${VALUES_SUFFIX}.yaml
-      toto ./test-chart/
-        > out-templates/template-${VALUES_SUFFIX}.yaml
+      toto ./test-chart/ > out-templates/template-${VALUES_SUFFIX}.yaml
   parallel:
     matrix:
       - VALUES_SUFFIX: [
-- 
GitLab