Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
omwn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lexworkers
omwn
Commits
5bcfe6eb
Commit
5bcfe6eb
authored
Sep 19, 2023
by
Bartosz Walkowiak
Browse files
Options
Downloads
Plain Diff
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
!5
Gitlab registry
Pipeline
#14544
passed
Oct 31, 2023
Stage: check_style
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-5
4 additions, 5 deletions
.gitlab-ci.yml
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
with
5 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
5
View file @
5bcfe6eb
...
...
@@ -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
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
1
View file @
5bcfe6eb
lex_ws
nltk
nltk
==3.6.2
pika
==0.12
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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