From 5f6245b459d9c8505faf76a2a361d33ba280ef29 Mon Sep 17 00:00:00 2001 From: "Gross, Lukas" Date: Fri, 17 Jan 2025 10:30:32 +0100 Subject: [PATCH] ***Possible fix for release pipeline lint format --- .ci/pipeline_definitions | 2 +- .ci/verify | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/pipeline_definitions b/.ci/pipeline_definitions index 1d3535e086..38c27524e3 100644 --- a/.ci/pipeline_definitions +++ b/.ci/pipeline_definitions @@ -49,7 +49,7 @@ dashboard: steps: verify: vars: - SARIF: '"yes"' + SARIF: 'yes' release: traits: version: diff --git a/.ci/verify b/.ci/verify index 50973bfb82..0102bba2bc 100755 --- a/.ci/verify +++ b/.ci/verify @@ -67,7 +67,7 @@ yarn constraints yarn workspace @gardener-dashboard/charts run test # Run linting -if [ "${SARIF+no}" = yes ] ; then +if [ "$SARIF" = "yes" ] ; then # supposed to be run in release jobs make lint-sarif else