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

Unverified Commit af560d10 authored by Akhil's avatar Akhil
Browse files

Remove gitlab CI changes; bump version

parent 6a9761e3
Loading
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -21,22 +21,3 @@ build-vendor:
  artifacts:
    paths:
      - dist/


deploy:staging:
  extends: .deploy:nextcloud-app
  rules:
    - if: $CI_COMMIT_BRANCH == "main"
      when: manual
    - if: $CI_COMMIT_BRANCH == "murena-main"
      when: manual
    - if: $CI_COMMIT_BRANCH == "production"
      when: manual
    - if: $CI_COMMIT_BRANCH == "dev/2fa-kc-api"
      when: manual
    - if: $CI_COMMIT_TAG
      when: manual
  environment:
    name: staging/01
    url: $ENV_URL
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <description><![CDATA[in /e/OS cloud, nextcloud accounts are linked to mail accounts. This app ensures both are coordinated: it sets the e-mail address, quota and storage of the user upon creation.
    It also completes the account deletion by cleaning other parts of the /e/OS cloud setup to ensure no more data is retained when a user requests an account deletion.
    This app uses the UserDeletedEvent to invoke scripts in the docker-welcome container of /e/OS cloud setup]]></description>
    <version>5.0.0</version>
    <version>5.1.0</version>
    <licence>agpl</licence>
    <author mail="dev@murena.com" homepage="https://murena.com/">Murena SAS</author>
    <namespace>EcloudAccounts</namespace>