Skip to content
Snippets Groups Projects
Commit 3ea2cba8 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Pridan gitlab-ci

parent 88a33256
No related branches found
No related tags found
No related merge requests found
image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: "/certs"
services:
- docker:19.03.1-dind
before_script:
- docker info
build:
stage: build
script:
- docker build -t rvvote:0.2 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment