Skip to content

Commit

Permalink
ci: добавил зависимость шага sonarqube от coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlo Ivan committed Jul 8, 2024
1 parent 6bc06d4 commit bf5afd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ SonarQube:
# - sonar-scanner -D sonar.token=$SONAR_TOKEN -D sonar.projectVersion=$VERSION
- opm run sonar-scanner
timeout: 10m
needs:
- coverage

package:
stage: release
Expand Down

0 comments on commit bf5afd6

Please sign in to comment.