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

Add new file

parent 064df8e0
Branches
No related merge requests found
Pipeline #264 passed with stage
in 2 minutes and 11 seconds
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment