Skip to content

Commit 805cacd

Browse files
committed
ci: updating conventional_commits_linter stage
1 parent c094d6d commit 805cacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ conventional-commits-linting:
2626
- cargo install conventional_commits_linter
2727
script:
2828
# 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
29+
- /usr/local/cargo/bin/conventional_commits_linter --from-reference "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}" --allow-angular-type-only
3030
rules:
3131
- if: $CI_MERGE_REQUEST_ID
3232

0 commit comments

Comments
 (0)