diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-04-01 09:51:44 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-04-01 09:51:44 +0300 |
| commit | 00d2cb0f93bca1dd784f37ef1800ab6ba325c4c6 (patch) | |
| tree | 04a8de5d3ffe6e610335f3ff6a65398745948b7d | |
| parent | 2b0178612430875c3bce664026f9670a6a6e8659 (diff) | |
remove docs stage
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb540c88c..3eab5f5da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - lint - build - - docs .build-master: image: @@ -102,7 +101,7 @@ ttrss-fpm-pgsql-static: phpdoc: image: name: ${CI_DOCKER_IMAGE} - stage: docs + stage: build rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH changes: |