Update .gitlab-ci.yml
This commit is contained in:
parent
2c4c400f8b
commit
ead03c1921
|
@ -1,5 +1,3 @@
|
||||||
image: cirrusci/flutter
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- coverage
|
- coverage
|
||||||
- docs
|
- docs
|
||||||
|
@ -29,5 +27,3 @@ docs:
|
||||||
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
|
|
Loading…
Reference in a new issue