ci: shit
Some checks failed
Test if Server can be built / build-server (push) Failing after 38s

This commit is contained in:
Timothy Schenk 2023-10-27 21:14:10 +02:00
parent 81a5fc1b42
commit f096bf804a

View file

@ -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 .