Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f078183 authored by Romain Hunault's avatar Romain Hunault
Browse files

Add CI

parent 8d90ebab
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+12 −0
Original line number Diff line number Diff line
stages:
  - build

build_image:
  stage: build
  image: docker:git
  services:
    - docker:dind
  script:
    - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.eelo.io:5000
    - docker build -t registry.gitlab.eelo.io:5000/eelo/docker-android-apps-cicd .
    - docker push registry.gitlab.eelo.io:5000/eelo/docker-android-apps-cicd:latest