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

Verified Commit d0dbba50 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix link

parent 01b0c39d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ RUN curl -fsSL -o snappymail.tar.gz \
    rm snappymail.tar.gz;

RUN curl -fsSL -o user_migration.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}}/artifacts/download" && \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}/artifacts/download" && \
    unzip user_migration.zip && \
    mv dist/user_migration ${BASE_DIR}/custom_apps/ && \
    rm user_migration.zip;
+1 −1

File changed.

Contains only whitespace changes.