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:
authorJacob Vosmaer <jacob@gitlab.com>2019-07-25 18:11:52 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-07-25 18:11:52 +0300
commitc5829d906a7418bfc4d2736f8ed80911cbe9e5cf (patch)
tree26678ea5e0c0ae8788d2b5a159b08381eb4ebee9 /.gitlab-ci.yml
parent1cb2541eecc6d32e4816d0f817db7e42e0c69f50 (diff)
Generate embedded Go and Ruby proto stubs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54137a851..d3ab56dd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,6 +81,12 @@ verify:
script:
- make verify
+proto:
+ <<: *ruby_definition
+ stage: test
+ script:
+ - make proto no-changes
+
build:go1.12:
<<: *build_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.12-git-2.21