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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-08-03 14:03:26 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-08-03 14:30:32 +0300
commit70e05e14c6b60d6b23872752bf8ff9d60bafc76e (patch)
tree72b199797925a2af90e7423e20bcf04678af30ec
parentd2e7c45a974b0f15993133a6286618b8ba5cf7ab (diff)
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30485d951..8bb09078b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -303,6 +303,9 @@ verify:
# Download the dependencies in case there was no cache hit, otherwise
# golang-ci lint will timeout downloading them.
- go mod download
+ # Prune existing Protobuf definitions for Go and Ruby to ensure we can
+ # indeed roundtrip generated code.
+ - rm -rf proto/go ruby/proto/gitaly/
- make -j$(nproc) verify
artifacts:
paths: