Loading .gitlab-ci.yml 0 → 100644 +20 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" stages: - build - deploy build-job: stage: build script: - gradle build artifacts: paths: - build/libs deploy: stage: deploy script: - gradle publish only: - master Loading
.gitlab-ci.yml 0 → 100644 +20 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" stages: - build - deploy build-job: stage: build script: - gradle build artifacts: paths: - build/libs deploy: stage: deploy script: - gradle publish only: - master