Skip to content
Snippets Groups Projects
Commit 7df28607 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes plugin directory.

parent 14a665e4
No related branches found
No related tags found
No related merge requests found
Pipeline #276 failed with stage
in 19 minutes and 41 seconds
...@@ -88,7 +88,8 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \ ...@@ -88,7 +88,8 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
RUN cd /home/discourse/discourse/plugins \ RUN cd /home/discourse/discourse/plugins \
&& for plugin in $(cat /tmp/install/plugin-list); do \ && for plugin in $(cat /tmp/install/plugin-list); do \
git clone $plugin; \ git clone $plugin; \
done; done; \
&& chown -R discourse:discourse .
WORKDIR /home/discourse/discourse WORKDIR /home/discourse/discourse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment