Skip to content

Commit 7a4036c

Browse files
committed
ci: updating clean-git-history-checking stage
1 parent 805cacd commit 7a4036c

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
@@ -14,7 +14,7 @@ clean-git-history-checking:
1414
- cargo install clean_git_history
1515
script:
1616
# Check all the commits in the branch.
17-
- /usr/local/cargo/bin/clean_git_history --from-reference "origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
17+
- /usr/local/cargo/bin/clean_git_history --from-reference "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}"
1818
rules:
1919
- if: $CI_MERGE_REQUEST_ID
2020

0 commit comments

Comments
 (0)