We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c094d6d commit 805cacdCopy full SHA for 805cacd
.gitlab-ci.yml
@@ -26,7 +26,7 @@ conventional-commits-linting:
26
- cargo install conventional_commits_linter
27
script:
28
# Lint all the commits in the branch.
29
- - /usr/local/cargo/bin/conventional_commits_linter --from-reference "origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" --allow-angular-type-only
+ - /usr/local/cargo/bin/conventional_commits_linter --from-reference "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}" --allow-angular-type-only
30
rules:
31
- if: $CI_MERGE_REQUEST_ID
32
0 commit comments