diff options
author | Mario <mario@mariovavti.com> | 2023-10-05 10:20:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-10-05 10:20:03 +0000 |
commit | 6e09754d067f19fb38d26f3c8e6afd6551fb9e9d (patch) | |
tree | a023ce98b45a39cc64a28db799bf02e6976caf70 | |
parent | 32f2de17d4faeb7b74b0f1b46c43800e3acedf36 (diff) | |
download | volse-hubzilla-6e09754d067f19fb38d26f3c8e6afd6551fb9e9d.tar.gz volse-hubzilla-6e09754d067f19fb38d26f3c8e6afd6551fb9e9d.tar.bz2 volse-hubzilla-6e09754d067f19fb38d26f3c8e6afd6551fb9e9d.zip |
rever iconv in gitlab ci
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |