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 805cacd commit 7a4036cCopy full SHA for 7a4036c
.gitlab-ci.yml
@@ -14,7 +14,7 @@ clean-git-history-checking:
14
- cargo install clean_git_history
15
script:
16
# Check all the commits in the branch.
17
- - /usr/local/cargo/bin/clean_git_history --from-reference "origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
+ - /usr/local/cargo/bin/clean_git_history --from-reference "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}"
18
rules:
19
- if: $CI_MERGE_REQUEST_ID
20
0 commit comments