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

Commit 2ac154d3 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

6450-Fix_account_creation_invitation_not_working

parent 0ac62c76
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ stages:
  - build

before_script:
  - echo email.key $PEPPER >> local.properties
  - echo email.key=$PEPPER >> local.properties
  - export GRADLE_USER_HOME=$(pwd)/.gradle
  - chmod +x ./gradlew

@@ -16,9 +16,8 @@ cache:

build:
  stage: build
  before_script:
    - git submodule sync
    - git submodule update --init --recursive --force
  variables:
    GIT_SUBMODULE_STRATEGY: recursive
  script:
    - ./gradlew build -x test
  artifacts: