Loading .gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading Loading
.gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading