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>2018-10-05 15:43:13 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-10-05 15:43:13 +0300
commit400f164705cd2b26baec4654d3e9c19579a1bd8b (patch)
tree5e049ea27c590a583fdf6bf455423ba69f730e0b
parent21ddd7615d6abb975181e1f45f93404c46d93fa4 (diff)
simplify
-rw-r--r--.gitlab-ci.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab0c37de6..c2de1d9a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,10 +27,6 @@ danger-review:
- danger
.ruby_template: &ruby_definition
- before_script:
- # Override gemfile config (for some reasong `config --delete` doesn't do it)
- # - (cd ruby && bundle config --local gemfile Gemfile)
- - pwd
cache:
key: gems-ruby-2.4
paths:
@@ -40,7 +36,7 @@ danger-review:
<<: *ruby_definition
stage: build
script:
- - make rspec
+ - make rspec # <- cheating!
- _support/test-boot-time .
.assemble_template: &assemble_definition
@@ -79,7 +75,7 @@ danger-review:
script:
- go version
- git version
- - make rspec # should be test, restricting to rspec to debug ci
+ - make test
build:go1.11:
<<: *build_definition