From 24e0bc60b43efa97a61cd75b7a63527baf320074 Mon Sep 17 00:00:00 2001 From: Thibault Dockx <thibault.dockx@fusiondirectory.org> Date: Mon, 29 Aug 2022 17:36:12 +0100 Subject: [PATCH] :ambulance: Fix typo in gitlab-ci Fixing typo for composer in gitlabci. Git revert will be used to remove bad commits. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f7c2436e..483d15973 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,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 - cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon . - - composer globale require phpstan/phpstan=0.12.94 + - composer global require phpstan/phpstan=0.12.94 - /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon # fusiondirectory-update-locale -- GitLab