Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-22 00:08:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-22 00:08:31 +0300
commite7bc93852d0ce48c490a780b6a1adc6cc36dd342 (patch)
treeb07651f4700e8ec2338298b4d224b6252b505eef /danger
parent34e72e54129090eaae6e045890fcdf8b5ad3f629 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-rw-r--r--danger/bundle_size/Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/bundle_size/Dangerfile b/danger/bundle_size/Dangerfile
index e2621360c7f..a7102cd0e38 100644
--- a/danger/bundle_size/Dangerfile
+++ b/danger/bundle_size/Dangerfile
@@ -22,7 +22,7 @@ analyze_cmd = [
# from master that was merged into for the merged pipeline.
comparison_cmd = [
"webpack-compare-reports",
- "--from-sha #{gitlab.mr_json["diff_refs"]["start_sha"]}",
+ "--job #{ENV["CI_JOB_ID"]}",
"--to-file #{analysis_result}",
"--html ./bundle-size-review/comparison.html",
"--markdown #{markdown_result}"