From 70e05e14c6b60d6b23872752bf8ff9d60bafc76e Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Wed, 3 Aug 2022 13:03:26 +0200 Subject: ci --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.3