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

Commit 9bd42a21 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

new calendar-contact and loginfix

parent cbcfde86
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ RUN curl -fsSL -o notes.tar.gz \
# custom Contact
RUN curl -fsSL -o contacts.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/contacts/-/jobs/${CONTACTS_JOB_ID}/artifacts/download" && \
    unzip calendar.zip && \
    unzip contacts.zip && \
    mv dist/contacts ${BASE_DIR}/custom_apps/ && \
    rm contacts.zip;