From 4af38af26d5736736067c86ad470846594e027ce Mon Sep 17 00:00:00 2001 From: Sebastian Pisula <sebastian.pisula@gmail.com> Date: Thu, 5 Jun 2025 21:07:16 +0200 Subject: [PATCH] feature(core): update GitLab CI variables --- gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index b43ece2..7ffc945 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -1,5 +1,10 @@ variables: + PHP_ERROR_REPORTING: E_ALL + COMPOSER_ALLOW_SUPERUSER: 1 + GIT_STRATEGY: fetch RUN_AFTER_DEPLOY: "pwd" + DEPLOY_AFTER_SCRIPT: "" + PREDATORS_GROUP_ID: 788 stages: - tests -- GitLab