From 7851fab78f19d8194bab1a12ddd732d290c01956 Mon Sep 17 00:00:00 2001 From: allie jones Date: Sun, 6 Dec 2015 14:15:39 -0500 Subject: [PATCH] Adding .probo.yaml. --- .probo.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .probo.yaml diff --git a/.probo.yaml b/.probo.yaml new file mode 100644 index 0000000..2a9e7f6 --- /dev/null +++ b/.probo.yaml @@ -0,0 +1,10 @@ +assets: + - drupal_github.sql.gz +steps: + - name: Probo site setup + plugin: Drupal + database: drupal_github.sql.gz + databaseGzipped: true + databaseUpdates: true + revertFeatures: true + clearCaches: true