diff options
author | Mario <mario@mariovavti.com> | 2024-03-16 11:54:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-16 11:54:07 +0000 |
commit | 64560cbca9246c0df485eefe667b867a559546a4 (patch) | |
tree | 08c1d999399d260dc9ac1c67f68eae12bedc07ea /.gitlab-ci.yml | |
parent | 6e97c97920127d434c27f32f79ef702bea6b628b (diff) | |
download | volse-hubzilla-64560cbca9246c0df485eefe667b867a559546a4.tar.gz volse-hubzilla-64560cbca9246c0df485eefe667b867a559546a4.tar.bz2 volse-hubzilla-64560cbca9246c0df485eefe667b867a559546a4.zip |
Revert "try installing git"
This reverts commit 0b4e0863764e20fa13342b89487de574bd3f1fe4
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |