Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
morphodita
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
morphodita
Commits
a0fe484f
Commit
a0fe484f
authored
2 years ago
by
bwalkow
Browse files
Options
Downloads
Patches
Plain Diff
Build test image
parent
8e5e420f
Branches
Branches containing commit
1 merge request
!3
Change model source
Pipeline
#7597
passed with stage
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
entrypoint.sh
+2
-1
2 additions, 1 deletion
entrypoint.sh
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
a0fe484f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
entrypoint.sh
+
2
−
1
View file @
a0fe484f
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment