From: Sébastien Santoro Date: Thu, 19 Nov 2015 06:12:26 +0000 (+0000) Subject: Avoid empty directory /var/www/discourse/plugins/plugins X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=41ebbbd9bc41a51df1f384c7becb7f1a35d3bfad;p=discourse_docker.git Avoid empty directory /var/www/discourse/plugins/plugins --- 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