Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
discourse-cern
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webservices
discourse-cern
Commits
5fada190
Commit
5fada190
authored
5 years ago
by
Ismael Posada Trobo
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-1
4 additions, 1 deletion
Dockerfile
with
4 additions
and
1 deletion
Dockerfile
+
4
−
1
View file @
5fada190
...
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment