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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-06-04 23:03:27 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-04 23:06:37 +0300
commit64b6dbea74bea6982c85680aa8a5d4d1a6f312f6 (patch)
tree4d8d83ba25e6bf38d1aae4b065892dd3f3694c71 /.gitlab-ci.yml
parentbedc66eb0407aa36127367f53f76944ebb98f5a6 (diff)
CI script: remove directives with default value
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 021acdeca39..1411a9194b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,32 +18,22 @@ jobs:
- script:
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec
name: Rspec
- branches: true
- tags: false
runner: ruby,mysql
- script:
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach
name: Spinach
- branches: true
- tags: false
runner: ruby,mysql
- script:
- RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
name: Jasmine
- branches: true
- tags: false
runner: ruby,mysql
- script:
- bundle exec rubocop
name: Rubocop
- branches: true
- tags: false
runner: ruby,mysql
- script:
- bundle exec rake brakeman
name: Brakeman
- branches: true
- tags: false
runner: ruby,mysql
deploy_jobs: []
skip_refs: ''