From 98287fe4a224e068a089eed6d65d1ca18f829ec9 Mon Sep 17 00:00:00 2001 From: Balint Kleri Date: Mon, 30 Jul 2018 16:41:00 +0200 Subject: [PATCH] Provide minimal config for the D8 example --- examples/drupal8/.spark.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/examples/drupal8/.spark.yml b/examples/drupal8/.spark.yml index 3a8d4bb..e3d31a6 100644 --- a/examples/drupal8/.spark.yml +++ b/examples/drupal8/.spark.yml @@ -7,15 +7,4 @@ command: drupal: backup: options: - keep: 15 days - bucket: bsp-spark-d8-example - region: us-east-1 - truncate: cache,cache_*,sessions,watchdog - files: - - web/sites/default/files - - private - exclude: - - css - - js - - styles - - php + bucket: bsp-spark-example-drupal8