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:
|
sonarqube:
|
||||||
needs: build-server
|
needs: build-server
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
PATH: ${{ env.HOME }}/.dotnet/tools:${{ env.PATH }}
|
|
||||||
if: gitea.ref == 'refs/heads/master'
|
if: gitea.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -32,7 +30,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
dotnet restore
|
dotnet restore
|
||||||
echo "export PATH=\"$PATH:$HOME/.dotnet/tools\"" >> /$HOME/.bashrc
|
echo "::add-path::${{ env.HOME }}/.dotnet/tools"
|
||||||
- name: Setup Sonarqube Dependencies
|
- name: Setup Sonarqube Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
Loading…
Reference in a new issue