[discourse-web] Revert commit 1b0f294de4a16d646b205371c2d85046bdcad44f, we're now using redis 5 which means it shoul



commit ecae7d052dd6d0ecd04c8c244dad5e90c6b518a2
Author: Andrea Veri <averi redhat com>
Date:   Tue Dec 10 16:25:24 2019 +0100

    Revert commit 1b0f294de4a16d646b205371c2d85046bdcad44f, we're now using redis 5
    which means it should be safe to use the latest available commit. We're going to
    switch to the stable branch once Discourse 2.4 will become stable.

 Dockerfile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 401a124..862e156 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,12 +31,10 @@ RUN apt update && \
 ### Set up Discourse ##################################
 #   - So we can overrride it with --build_arg
 ARG DISCOURSE_VERS='tests-passed'
-ARG DISCOURSE_TAGS='v2.4.0.beta8'
-ENV DISCOURSE_RELEASE=$DISCOURSE_VERS DISCOURSE_TAG=$DISCOURSE_TAGS RAILS_ENV=production 
RAILS_ROOT=/discourse HOME=/discourse
+ENV DISCOURSE_RELEASE=$DISCOURSE_VERS RAILS_ENV=production RAILS_ROOT=/discourse HOME=/discourse
 
 RUN mkdir -p discourse && \
-    git clone --depth=1 --single-branch --branch "$DISCOURSE_RELEASE"  
https://github.com/discourse/discourse.git /discourse && \
-    cd /discourse && git fetch --tags && git checkout tags/$DISCOURSE_TAG
+    git clone --depth=1 --single-branch --branch "$DISCOURSE_RELEASE"  
https://github.com/discourse/discourse.git /discourse
 
 WORKDIR $HOME
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]