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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Strokov <pstrokov@gitlab.com>2020-09-14 19:13:24 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-09-14 19:13:24 +0300
commit41217b88b8bce0dcac171d8f1d5e9af0270a06f2 (patch)
tree6e1e418b068b0cd0407e478d0dcc9ba43a40f6df /.gitignore
parent159b5e841865c09a50483501535c3225da24c1a4 (diff)
Protobuf generates different code locally and on CI
As it is hard to reason about what is the difference between local run and run on CI in the Docker container the first step to identify what is the actual difference between two. If it is only a formatting then it is possible that locally generated version was formatted and committed. To see the difference a new artifact 'proto.diff' would be available after failed execution of the 'no-changes' task. It will show delta between locally generated and committed files vs files generated on CI during verification. Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/2855
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 35e7aeb1f..4f6c22b79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ gitaly.pid
/vendor
/gitaly-*.gem
/gitaly-blackbox
+/proto.diff