Skip to content
Snippets Groups Projects
Commit 5bcfe6eb authored by Bartosz Walkowiak's avatar Bartosz Walkowiak
Browse files

Merge branch 'gitlab-registry' into 'master'

Gitlab registry

See merge request !5
parents 5f554cf6 c92bff96
No related branches found
No related tags found
1 merge request!5Gitlab registry
Pipeline #14544 passed
......@@ -20,13 +20,12 @@ build_image:
image: 'docker:18.09.7'
only:
- master
- gitlab-registry
services:
- 'docker:18.09.7-dind'
before_script:
- ''
script:
- docker build -t clarinpl/omwn .
- echo $DOCKER_PASSWORD > pass.txt
- cat pass.txt | docker login --username $DOCKER_USERNAME --password-stdin
- rm pass.txt
- docker push clarinpl/omwn
- docker build -t $CI_REGISTRY_IMAGE .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE
\ No newline at end of file
lex_ws
nltk
nltk==3.6.2
pika==0.12
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment