diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23ce5faf91176bf07e5b2012cc50c4464eca63e0..a849dde0b07d4ee5acf63f3869234353bfb7966a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ create_phpstan_rapport: - test -d ../dev-tools/ && rm -Rf ../dev-tools/ - git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools - composer global require phpstan/phpstan=0.12.94 - - cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon . + - cp ../dev-tools/phpstan/fusiondirectory/1.5/*.neon . - /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon # fusiondirectory-update-locale @@ -73,8 +73,7 @@ update-transifex: build-tarballs: stage: tarballs only: - variables: - - $TARBALLS_TRIGGER_VERSION + - 1.5-dev script: - mkdir ../fusiondirectory-$VERSION/ - mv ./* ../fusiondirectory-$VERSION/ @@ -108,7 +107,7 @@ trigger-plugins: BRANCH_BUILD_CENTOS_7: $BRANCH_BUILD_CENTOS_7 stage: trigger only: - - 1.4-dev + - 1.5-dev trigger: project: fusiondirectory/fd-plugins branch: $CI_COMMIT_REF_NAME