diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37275ad7ef4aff4b3032127076a6e1e892ce2fbd..0730986888e21fdce18c704d574150a87cb2017a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ create_phpstan_rapport: - test -d ../fusiondirectory/ && rm -Rf ../fusiondirectory/ - git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/fd.git ../fusiondirectory - composer global require phpstan/phpstan=0.12.94 - - cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon . + - cp ../dev-tools/phpstan/fusiondirectory/1.4/*.neon . - /root/.composer/vendor/bin/phpstan analyse -c phpstan-plugins.neon # fusiondirectory-update-locale @@ -75,8 +75,7 @@ update-transifex: build-tarballs: stage: tarballs only: - variables: - - $TARBALLS_TRIGGER_VERSION + - 1.4-fixes script: - mkdir ../fusiondirectory-plugins-$VERSION/ - mv ./* ../fusiondirectory-plugins-$VERSION/ @@ -104,7 +103,7 @@ build-release: trigger-ci-debian-buster: stage: trigger only: - - 1.4-dev + - 1.4-fixes variables: GROUP: "$GROUP" BRANCH_CORE: "$CI_COMMIT_REF_NAME"