.gitlab-ci.yml in bankai-0.2.0 vs .gitlab-ci.yml in bankai-0.2.1
- old
+ new
@@ -12,10 +12,12 @@
stage: lint
before_script:
- gem install rubocop -v 0.60.0
script:
- rubocop
+ except:
+ - schedules
bundler-audit:
stage: lint
before_script:
- bundle install --path vendor
@@ -27,5 +29,7 @@
stage: test
before_script:
- bundle install --path vendor
script:
- bundle exec rspec
+ except:
+ - schedules