Skip to content
Snippets Groups Projects
Commit a0fe484f authored by bwalkow's avatar bwalkow
Browse files

Build test image

parent 8e5e420f
Branches
1 merge request!3Change model source
Pipeline #7597 passed with stage
in 1 minute and 14 seconds
......@@ -10,9 +10,9 @@ build_develop:
services:
- 'docker:18.09.7-dind'
script:
- docker build -t $CI_REGISTRY_IMAGE:develop .
- docker build -t $CI_REGISTRY_IMAGE:test .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:develop
- docker push $CI_REGISTRY_IMAGE:test
build_image:
stage: build_master
......
......@@ -2,4 +2,5 @@
aws --no-sign-request --endpoint-url https://s3.clarin-pl.eu s3 sync --delete s3://workers/morphodita/models/xix /home/worker/model/xix
aws --no-sign-request --endpoint-url https://s3.clarin-pl.eu s3 sync --delete s3://workers/morphodita/models/xxi /home/worker/model/xxi
./morphodita_service
sleep infinity
# ./morphodita_service
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