Delete .gitlab-ci.yml
This commit is contained in:
parent
f8221e6648
commit
9ccd74c514
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
default:
|
||||
image: ruby:2.7
|
||||
before_script:
|
||||
- ruby -v
|
||||
- which ruby
|
||||
- gem install bundler --no-document
|
||||
- bundle install --jobs $(nproc) "${FLAGS[@]}"
|
||||
|
||||
rspec:
|
||||
script:
|
||||
- rake all
|
||||
|
Loading…
Reference in a new issue