From ead03c192131d12cd26ddf6b07653e096692d336 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 9 Jun 2019 12:16:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4862abe..49ff62e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -image: cirrusci/flutter - stages: - coverage - docs @@ -28,6 +26,4 @@ docs: - image: ruby:2.3 script: - cd docs/api/ && bundle exec jekyll build -d test - - cd docs/api/ && bundle exec jekyll build -d public - only: - - master \ No newline at end of file + - cd docs/api/ && bundle exec jekyll build -d public \ No newline at end of file