diff options
author | Valery Sizov <valery@gitlab.com> | 2015-06-04 20:03:27 +0000 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-06-04 23:06:37 +0300 |
commit | 64b6dbea74bea6982c85680aa8a5d4d1a6f312f6 (patch) | |
tree | 4d8d83ba25e6bf38d1aae4b065892dd3f3694c71 /.gitlab-ci.yml | |
parent | bedc66eb0407aa36127367f53f76944ebb98f5a6 (diff) | |
download | gitlab-ce-64b6dbea74bea6982c85680aa8a5d4d1a6f312f6.tar.gz |
CI script: remove directives with default value
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
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: '' |