ci: another one
This commit is contained in:
parent
af1e69f424
commit
7a20ca7ff9
1 changed files with 1 additions and 3 deletions
|
@ -20,8 +20,6 @@ jobs:
|
|||
sonarqube:
|
||||
needs: build-server
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PATH: ${{ env.HOME }}/.dotnet/tools:${{ env.PATH }}
|
||||
if: gitea.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -32,7 +30,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
dotnet restore
|
||||
echo "export PATH=\"$PATH:$HOME/.dotnet/tools\"" >> /$HOME/.bashrc
|
||||
echo "::add-path::${{ env.HOME }}/.dotnet/tools"
|
||||
- name: Setup Sonarqube Dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
|
|
Loading…
Reference in a new issue