Avoid empty directory /var/www/discourse/plugins/plugins
authorSébastien Santoro <dereckson@espace-win.org>
Thu, 19 Nov 2015 06:12:26 +0000 (06:12 +0000)
committerSébastien Santoro <dereckson@espace-win.org>
Thu, 19 Nov 2015 06:12:26 +0000 (06:12 +0000)
samples/standalone.yml
samples/web_only.yml

index 8bfdd208306891bc0c62b0e434df7a1de62207c3..2db2a8351d62d216e2660248f84d801af349ba24 100644 (file)
@@ -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
index b80ea524209fbbcf364b9b8ea9e9cc400f17d1f5..9a26a372928f18e7596f2fce8c97f668811b1b81 100644 (file)
@@ -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