From 0516fef32896da73fd927dbde885dfade8a14af7 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 3 Aug 2026 18:57:26 +0300 Subject: [PATCH] fix --- .woodpecker/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 32920021d..36e76d985 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -55,8 +55,8 @@ steps: when: - event: push branch: ${CI_REPO_DEFAULT_BRANCH} - commands: - - sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}" + commands: + - sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}" upload-artifacts: image: docker.io/woodpeckercommunity/plugin-gitea-package:0.5.0