Skip to content
Snippets Groups Projects
Select Git revision
  • 2b989692d2bd48338cc77adc4d5390117e4c339a
  • master default protected
  • 34
  • 33
  • 31
  • 30
  • 29
  • 28
8 results

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 221 B
    stages:
      - build
      - push
    
    build:
      stage: build
      script:
        - docker build -t registry.faked.org/gitlab-ci/android:latest .
    
    push:
      stage: push
      script:
        - docker push registry.faked.org/gitlab-ci/android:latest