From 41ebbbd9bc41a51df1f384c7becb7f1a35d3bfad Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Santoro?= Date: Thu, 19 Nov 2015 06:12:26 +0000 Subject: [PATCH] Avoid empty directory /var/www/discourse/plugins/plugins --- samples/standalone.yml | 1 - samples/web_only.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index 8bfdd20..2db2a83 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -86,7 +86,6 @@ hooks: - exec: cd: $home/plugins cmd: - - mkdir -p plugins - git clone https://github.com/discourse/docker_manager.git ## Remember, this is YAML syntax - you can only have one block with a name diff --git a/samples/web_only.yml b/samples/web_only.yml index b80ea52..9a26a37 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -68,7 +68,6 @@ hooks: - exec: cd: $home/plugins cmd: - - mkdir -p plugins - git clone https://github.com/discourse/docker_manager.git ## Remember, this is YAML syntax - you can only have one block with a name -- 2.25.1