aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-16 15:50:58 +0000
committerMario <mario@mariovavti.com>2024-03-16 16:01:36 +0000
commit732dbfd6f56510127405767ca86af240d3c85cf4 (patch)
tree31d65b76b77712c661c653b1a639465a381153fd
parent42b0205ad0a4566b35057563c4dcf378f0d390ac (diff)
downloadvolse-hubzilla-732dbfd6f56510127405767ca86af240d3c85cf4.tar.gz
volse-hubzilla-732dbfd6f56510127405767ca86af240d3c85cf4.tar.bz2
volse-hubzilla-732dbfd6f56510127405767ca86af240d3c85cf4.zip
maybe git can be removed again now after the streams lib got removed?
(cherry picked from commit 5860abf46f862149bb67d17c7f4b66ac34b98389)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3273d383b..76dc41334 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ variables:
before_script:
# Install & enable Xdebug for code coverage reports
- apt-get update
- - apt-get install -yqq libicu-dev libjpeg-dev libpng-dev libpq-dev libyaml-dev libzip-dev mariadb-client postgresql-client unzip zip git
+ - apt-get install -yqq libicu-dev libjpeg-dev libpng-dev libpq-dev libyaml-dev libzip-dev mariadb-client postgresql-client unzip zip
- pecl install xdebug yaml
- docker-php-ext-enable xdebug yaml
- docker-php-ext-install gd bcmath intl pdo_mysql pdo_pgsql zip