Loading .gitlab-ci.yml +21 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation:5000/e/os/docker-android-apps-cicd:latest" stages: - update-from-upstream - build include: - project: 'e/templates' ref: master file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ build: stage: build variables: GIT_SUBMODULE_STRATEGY: recursive script: - ./gradlew build artifacts: paths: - build/outputs/apk/ Loading
.gitlab-ci.yml +21 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation:5000/e/os/docker-android-apps-cicd:latest" stages: - update-from-upstream - build include: - project: 'e/templates' ref: master file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ build: stage: build variables: GIT_SUBMODULE_STRATEGY: recursive script: - ./gradlew build artifacts: paths: - build/outputs/apk/