summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-21 20:22:59 +0300
committerAndrew Dolgov <[email protected]>2023-10-21 20:22:59 +0300
commiteac076fcd6eb5aaf3e0e98aeea4315433ba933b4 (patch)
treec1a1930634f6593511ed20b7f9779a8e1279b41a
parente7ddbbb2cee31925f157857262708cd46a122673 (diff)
set phpdoc to always run
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7002d519c..8b6bd1e49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,11 +51,7 @@ phpdoc:
image: ${PHP_IMAGE}
stage: build
rules:
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != "web" && $PHPDOC_DEPLOY_SSH_KEY != null
- changes:
- - '**/*.php'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $PHPDOC_DEPLOY_SSH_KEY != null
- when: manual
script:
- php82 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
- mkdir -p ~/.ssh &&