From 370c73e6890bcf8ec1ba5debda50d5d5bc655727 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Tue, 3 Jan 2023 20:57:23 +0600 Subject: [PATCH] 6450-Fix_account_creation_invitation_not_working issue: https://gitlab.e.foundation/e/backlog/-/issues/6450 --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df5c550ac..00cb60995 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab