remove docs stage
This commit is contained in:
parent
2b01786124
commit
00d2cb0f93
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue