Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 7b57a8b2 authored by drishu's avatar drishu
Browse files

OEL-309: Mirror drone yml from parent theme.

parent f4626436
No related branches found
No related tags found
1 merge request!1OEL-309: Add OE Whitelabel theme scaffold files.
......@@ -17,6 +17,12 @@ services:
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
environment:
- DOCUMENT_ROOT=/test/oe_whitelabel
mysql:
image: registry.fpfis.eu/fpfis/sql:percona-5.7
command: --innodb-log-file-size=1G --max_allowed_packet=1G --innodb-buffer-pool-size=512M --wait_timeout=3000 --net_write_timeout=3000 --log_error_verbosity=3
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_DATABASE=drupal
pipeline:
npm-build:
......@@ -47,15 +53,6 @@ pipeline:
matrix:
COMPOSER_BOUNDARY: lowest
mysql:
group: post-prepare
detach: true
image: registry.fpfis.eu/fpfis/sql:percona-5.7
command: --innodb-log-file-size=1G --max_allowed_packet=1G --innodb-buffer-pool-size=512M --wait_timeout=3000 --net_write_timeout=3000 --log_error_verbosity=3
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_DATABASE=drupal
site-install:
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
commands:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment