You've already forked Atomcms-edit
fix: update CI config for shell executor
This commit is contained in:
+1
-3
@@ -12,10 +12,8 @@ cache:
|
|||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
.php-base:
|
.php-base:
|
||||||
image: edgd1er/phpnt:8.4-laravel
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y git unzip libpng-dev libjpeg-dev libfreetype6-dev 2>/dev/null || true
|
- apt-get update && apt-get install -y git unzip libpng-dev libjpeg-dev libfreetype6-dev php-bcmath php-mbstring php-xml php-zip php-cli php-common php-curl php-gd 2>/dev/null || true
|
||||||
- docker-php-ext-install bcmath pdo_mysql gd 2>/dev/null || true
|
|
||||||
- cp .env.example .env || true
|
- cp .env.example .env || true
|
||||||
- composer install --prefer-dist --no-progress --no-interaction 2>&1
|
- composer install --prefer-dist --no-progress --no-interaction 2>&1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user