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

Commit ff04261d authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

added dashboard app

parent 63dd7550
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ RUN curl -fsSL -o ecloud-accounts.zip \
    mv dist/ecloud-accounts ${BASE_DIR}/custom_apps/ && \
    rm ecloud-accounts.zip;

RUN curl -fsSL -o ecloud_dashboard.zip \
RUN curl -fsSL -o ecloud-dashboard.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-dashboard/-/jobs/${ECLOUD_DASHBOARD_JOB_ID}/artifacts/download" && \
    unzip ecloud-dashboard.zip && \
    mv dist/ecloud-dashboard ${BASE_DIR}/custom_apps/ && \