Commit 0a9546e3 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'test-72987' into 'master'

Specify the head of commit for danger_as_local

See merge request gitlab-org/gitlab!73189
parents 1fb310c9 9e5e010e
...@@ -172,5 +172,5 @@ function danger_as_local() { ...@@ -172,5 +172,5 @@ function danger_as_local() {
# Force danger to skip CI source GitLab and fallback to "local only git repo". # Force danger to skip CI source GitLab and fallback to "local only git repo".
unset GITLAB_CI unset GITLAB_CI
# We need to base SHA to help danger determine the base commit for this shallow clone. # We need to base SHA to help danger determine the base commit for this shallow clone.
bundle exec danger dry_run --fail-on-errors=true --verbose --base="${CI_MERGE_REQUEST_DIFF_BASE_SHA}" bundle exec danger dry_run --fail-on-errors=true --verbose --base="${CI_MERGE_REQUEST_DIFF_BASE_SHA}" --head="${CI_MERGE_REQUEST_SOURCE_BRANCH_SHA}"
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment