From f096bf804a64ebad3451189cdce5741f7a705556 Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Fri, 27 Oct 2023 21:14:10 +0200 Subject: [PATCH] ci: shit --- .gitea/workflows/server.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index e2cba37..7c270dd 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -11,10 +11,10 @@ jobs: with: dotnet-version: 7.0 - run: | - export SONAR_TOKEN = ${{secrets.SONAR_TOKEN}} - export SONAR_PROJECT_KEY = ${{secrets.SONAR_PROJECT_KEY}} - export SONAR_HOST_URL = ${{secrets.SONAR_HOST_URL}} - export IS_LOCAL_BUILD = ${{secrets.IS_LOCAL_BUILD}} - export SUPPORTS_DOCKER = ${{secrets.SUPPORTS_DOCKER}} + export SONAR_TOKEN=${{secrets.SONAR_TOKEN}} + export SONAR_PROJECT_KEY=${{secrets.SONAR_PROJECT_KEY}} + export SONAR_HOST_URL=${{secrets.SONAR_HOST_URL}} + export IS_LOCAL_BUILD=${{secrets.IS_LOCAL_BUILD}} + export SUPPORTS_DOCKER=${{secrets.SUPPORTS_DOCKER}} chmod +x ./build.sh ./build.sh --verbose --root .