Skip to content

Commit

Permalink
***Possible fix for release pipeline lint format
Browse files Browse the repository at this point in the history
  • Loading branch information
grolu committed Jan 17, 2025
1 parent 62657c8 commit 5f6245b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dashboard:
steps:
verify:
vars:
SARIF: '"yes"'
SARIF: 'yes'
release:
traits:
version:
Expand Down
2 changes: 1 addition & 1 deletion .ci/verify
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f6245b

Please sign in to comment.