Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41e691d6 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

chore: disable user_backend_sql_raw until proper release asset is available

parent 81b58bd4
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ From nextcloud as selfhost
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_VERSION="26.0.2"
ARG USER_BACKEND_RAW_SQL_VERSION="2.0.1"
#ARG USER_BACKEND_RAW_SQL_VERSION="2.0.1"
ARG SELFHOST_THEME_VERSION="2.0.0"
ARG IS_SELFHOST=true

@@ -168,10 +168,10 @@ RUN curl -fsSL -o eCloud-theme.tar.gz \
  rm -rf eCloud-theme.tar.gz ${BASE_DIR}/themes/example/

# User Backend
RUN curl -fsSL -o user_backend_sql_raw.tar.gz \
  "https://github.com/PanCakeConnaisseur/user_backend_sql_raw/releases/download/v${USER_BACKEND_RAW_SQL_VERSION}/user_backend_sql_raw.tar.gz" && \
  tar -xf user_backend_sql_raw.tar.gz -C ${BASE_DIR}/custom_apps/ && \
  rm user_backend_sql_raw.tar.gz;
#RUN curl -fsSL -o user_backend_sql_raw.tar.gz \
#  "https://github.com/PanCakeConnaisseur/user_backend_sql_raw/releases/download/v${USER_BACKEND_RAW_SQL_VERSION}/user_backend_sql_raw.tar.gz" && \
#  tar -xf user_backend_sql_raw.tar.gz -C ${BASE_DIR}/custom_apps/ && \
#  rm user_backend_sql_raw.tar.gz;

# Selfhost theme
RUN if [ "$IS_SELFHOST" = true ]; then \