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:
@@ -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
|
Reference in New Issue
Block a user