Skip to content
Snippets Groups Projects
Commit 5fada190 authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

Finally commented out discourse calendar waiting for new release to be fixed.

parent be78843d
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,10 @@ RUN git clone --depth=1 https://github.com/karies/discourse-jira.git /discourse/
RUN git clone --depth=1 https://github.com/discourse/discourse-prometheus.git /discourse/plugins/discourse-prometheus
# - Calendar
RUN git clone --depth=1 https://github.com/discourse/discourse-calendar.git /discourse/plugins/discourse-calendar
# Check https://github.com/discourse/discourse/commit/39a427efce3202bf771ff61b2c28289afd250ec7#diff-b1e56232326e1a7a433641f2c21261bd
# is integrated under new stable version (v2.3.3, v2.3.4, etc)
# Source: https://meta.discourse.org/t/db-migrate-fails-on-discourse-calendar-stable-branches/127787
#RUN git clone --depth=1 https://github.com/discourse/discourse-calendar.git /discourse/plugins/discourse-calendar
### Gem installation
RUN exec bundle install --deployment --jobs 4 --without test --without development && \
......
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