Skip to content
Snippets Groups Projects
Commit cc9a68dd authored by Bartłomiej Bojanowski's avatar Bartłomiej Bojanowski
Browse files

Update .gitlab-ci.yml

parent 139aad94
1 merge request!11Clarin json support
Pipeline #14324 passed with stages
in 1 minute and 35 seconds
......@@ -54,6 +54,6 @@ build_develop:
before_script:
- ''
script:
- docker build -t $CI_REGISTRY_IMAGE:clarin-json .
- docker build -t $CI_REGISTRY_IMAGE:develop .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:clarin-json
- docker push $CI_REGISTRY_IMAGE:develop
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