From afcd4885039e935469079d1c3a01c7537490d8d9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Apr 2023 19:00:27 +0300 Subject: use template --- .gitlab-ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb9b797..1e139ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,7 @@ +include: + - project: 'ci/ci-templates' + ref: master + file: .ci-lint-common.yml + phpstan: - image: - name: ${CI_TTRSS_IMAGE} - pull_policy: always - script: - - cd /src/tt-rss - - ln -sf ${CI_PROJECT_DIR} plugins/${CI_PROJECT_NAME} - - php81 ./vendor/bin/phpstan analyze plugins/${CI_PROJECT_NAME} + extends: .phpstan-tt-rss-plugin -- cgit v1.2.3