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

Add new file

parent 064df8e0
No related branches found
No related tags found
No related merge requests found
Pipeline #264 passed
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/morphodita .
- echo $DOCKER_PASSWORD > pass.txt
- cat pass.txt | docker login --username $DOCKER_USERNAME --password-stdin
- rm pass.txt
- docker push clarinpl/morphodita
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment