Skip to content

Commit

Permalink
No sonarqube for tags - it would fail
Browse files Browse the repository at this point in the history
Do not run sonarqube for release build because it's perquisite
step `build` is not run for a tag.
ties committed Feb 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 84e77ad commit d77f380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -77,7 +77,6 @@ sonarqube:
allow_failure: true
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

.deploy: &deploy

0 comments on commit d77f380

Please sign in to comment.