Skip to content
Snippets Groups Projects
Commit 612d8713 authored by Jan Grewe's avatar Jan Grewe
Browse files

add .gitlab-ci.yml

parents 81d08ea0 bc1f9517
Branches
Tags
No related merge requests found
Pipeline #
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment