fix
This commit is contained in:
parent
1a4fa798c1
commit
41c6ddaf86
1 changed files with 3 additions and 1 deletions
|
|
@ -51,11 +51,13 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
SONAR_TOKEN:
|
SONAR_TOKEN:
|
||||||
from_secret: sonarqube-token
|
from_secret: sonarqube-token
|
||||||
|
SONAR_HOST_URL: https://sonarqube.pleroma.dev
|
||||||
|
SONAR_PROJECT_KEY: Pleroma-FE
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
commands:
|
commands:
|
||||||
- sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}"
|
- sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}" -Dsonar.projectKey="${SONAR_PROJECT_KEY}"
|
||||||
|
|
||||||
upload-artifacts:
|
upload-artifacts:
|
||||||
image: docker.io/woodpeckercommunity/plugin-gitea-package:0.5.0
|
image: docker.io/woodpeckercommunity/plugin-gitea-package:0.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue