Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
avoid master
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Oct 1, 2021
1 parent d5f7f52 commit 8b92bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spellcheck:
- cargo spellcheck --version
# compare with the commit parent to the PR, given it's from a default branch
- git fetch origin +${CI_DEFAULT_BRANCH}:${CI_DEFAULT_BRANCH}
- cargo spellcheck list-files -vvv $(git diff --name-only --diff-filter=AM --merge-base master HEAD)
- cargo spellcheck list-files -vvv $(git diff --name-only --diff-filter=AM --merge-base ${CI_DEFAULT_BRANCH})
- time cargo spellcheck check -vvv --cfg=scripts/gitlab/spellcheck.toml --checkers hunspell --code 1
$(git diff --diff-filter=AM --name-only $(git merge-base ${CI_COMMIT_SHA} ${CI_DEFAULT_BRANCH})) ${CI_COMMIT_SHA}
allow_failure: true
Expand Down

0 comments on commit 8b92bf9

Please sign in to comment.