Skip to content
Snippets Groups Projects
Commit d562f1f1 authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

ci

parent 22af0e11
No related branches found
No related tags found
No related merge requests found
Pipeline #2666 failed
image: clarinpl/python:3.6
cache:
paths:
- .tox
stages:
- build
before_script:
- pip install tox==2.9.1
build_image:
stage: build
image: docker:18.09.7
only:
- master
services:
- docker:18.09.7-dind
before_script:
- ''
script:
- docker build -t clarinpl/dependpar .
- echo $DOCKER_PASSWORD > pass.txt
- cat pass.txt | docker login --username $DOCKER_USERNAME --password-stdin
- rm pass.txt
- docker push clarinpl/dependpar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment