Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading .gitignore +1 −1 File changed.Contains only whitespace changes. Show changes Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading