Update .gitlab-ci.yml

This commit is contained in:
Christian 2019-06-09 12:16:48 +00:00
parent 2c4c400f8b
commit ead03c1921
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
image: cirrusci/flutter
stages: stages:
- coverage - coverage
- docs - docs
@ -28,6 +26,4 @@ docs:
- image: ruby:2.3 - image: ruby:2.3
script: script:
- cd docs/api/ && bundle exec jekyll build -d test - cd docs/api/ && bundle exec jekyll build -d test
- cd docs/api/ && bundle exec jekyll build -d public - cd docs/api/ && bundle exec jekyll build -d public
only:
- master