Loading .gitlab-ci.yml 0 → 100644 +21 −0 Original line number Diff line number Diff line image: "registry.gitlab.eelo.io:5000/eelo/docker-android-apps-cicd:latest" stages: - build before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ build: stage: build script: - ./gradlew assembleDebug artifacts: paths: - "app/build/outputs/apk/" Loading
.gitlab-ci.yml 0 → 100644 +21 −0 Original line number Diff line number Diff line image: "registry.gitlab.eelo.io:5000/eelo/docker-android-apps-cicd:latest" stages: - build before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ build: stage: build script: - ./gradlew assembleDebug artifacts: paths: - "app/build/outputs/apk/"