1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Removed GitLab CI

This commit is contained in:
Deltik
2019-12-03 23:09:28 -06:00
parent 5ef7777a33
commit 4e7d76235c
3 changed files with 1 additions and 76 deletions

View File

@@ -1,21 +0,0 @@
#!/bin/bash
apt-get update
apt-get install -y git zip libzip-dev
pecl install zip
docker-php-ext-enable zip
pecl install xdebug
docker-php-ext-enable xdebug
docker-php-ext-install pdo_mysql
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -r "unlink('composer-setup.php');"
php composer.phar install
php composer.phar update
git submodule update --init --recursive --remote
cp ./lib/ci/config.ci.yml ./config.yml