aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-10-05 10:20:03 +0000
committerMario <mario@mariovavti.com>2023-10-05 10:20:03 +0000
commit6e09754d067f19fb38d26f3c8e6afd6551fb9e9d (patch)
treea023ce98b45a39cc64a28db799bf02e6976caf70
parent32f2de17d4faeb7b74b0f1b46c43800e3acedf36 (diff)
downloadvolse-hubzilla-6e09754d067f19fb38d26f3c8e6afd6551fb9e9d.tar.gz
volse-hubzilla-6e09754d067f19fb38d26f3c8e6afd6551fb9e9d.tar.bz2
volse-hubzilla-6e09754d067f19fb38d26f3c8e6afd6551fb9e9d.zip
rever iconv in gitlab ci
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd1f838dc..1354a5de7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,6 @@ before_script:
- apt-get install zip unzip libjpeg-dev libpng-dev -yqq
- docker-php-ext-enable xdebug
- docker-php-ext-install gd
-- docker-php-ext-install ext-iconv
# Install composer
- curl -sS https://getcomposer.org/installer | php