From 881f8c3fd8ef9819303160fe8aec0adf627e3cef Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Fri, 26 Aug 2022 12:20:44 +0000 Subject: [PATCH] refactor: Remove unused api docs job --- .gitlab-ci.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6127b73..1fe91d72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,5 @@ stages: - coverage - - builddocs - - deploy - publish test: @@ -23,34 +21,6 @@ code_analyze: - flutter format lib/ test/ --set-exit-if-changed - flutter analyze -build_api_doc: - tags: - - docker - stage: builddocs - image: cirrusci/flutter - script: - - dartdoc --exclude "dart:async,dart:collection,dart:convert,dart:core,dart:developer,dart:io,dart:isolate,dart:math,dart:typed_data,dart:ui" - artifacts: - paths: - - doc/api/ - only: - - main - -pages: - tags: - - linux - stage: deploy - image: alpine:latest - script: - - mv doc/api/ public - dependencies: - - build_api_doc - artifacts: - paths: - - public - only: - - main - dry-run: stage: publish image: dart