From cc1819f49797a8a8024326e0cfec6c1767733c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 15 Oct 2024 16:36:10 +0200 Subject: [PATCH] Remove the debug instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Ollivier --- .github/workflows/actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f93e9780c..c5f6dcda5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -207,8 +207,7 @@ jobs: kind --version - name: Create Kind Cluster run: | - cat -A /tmp/cluster.yml - cat -A /shared/pss/cluster-level-pss.yaml + cat /tmp/cluster.yml export CLUSTER=$(uuidgen) echo "export CLUSTER=$CLUSTER" > cluster.env echo kind create cluster --name $CLUSTER --config=/tmp/cluster.yml --kubeconfig ./$CLUSTER.conf