Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easymatcher
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
nlpworkers
easymatcher
Merge requests
!4
Resolve "Read not only .txt files"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Read not only .txt files"
2-read-not-only-txt-files
into
master
Overview
1
Commits
14
Pipelines
11
Changes
8
1 open thread
Hide all comments
Merged
Resolve "Read not only .txt files"
Jakub Gołuch
requested to merge
2-read-not-only-txt-files
into
master
Jun 19, 2023
Overview
1
Commits
14
Pipelines
11
Changes
1
1 open thread
Hide all comments
Closes
#2 (closed)
0
0
Merge request reports
Compare
version 8
version 10
05afe1e1
Jul 4, 2023
version 9
8a049315
Jul 4, 2023
version 8
6a94b42e
Jul 4, 2023
version 7
3130c89d
Jun 26, 2023
version 6
b5554f3e
Jun 26, 2023
version 5
e9bab9a0
Jun 26, 2023
version 4
8864e268
Jun 26, 2023
version 3
73c0b676
Jun 26, 2023
version 2
a0865827
Jun 22, 2023
version 1
eb918339
Jun 19, 2023
master (base)
and
version 9
latest version
4294beed
14 commits,
Jul 4, 2023
version 10
05afe1e1
13 commits,
Jul 4, 2023
version 9
8a049315
12 commits,
Jul 4, 2023
version 8
6a94b42e
11 commits,
Jul 4, 2023
version 7
3130c89d
10 commits,
Jun 26, 2023
version 6
b5554f3e
9 commits,
Jun 26, 2023
version 5
e9bab9a0
8 commits,
Jun 26, 2023
version 4
8864e268
7 commits,
Jun 26, 2023
version 3
73c0b676
6 commits,
Jun 26, 2023
version 2
a0865827
5 commits,
Jun 22, 2023
version 1
eb918339
4 commits,
Jun 19, 2023
Show latest version
1 file
+
2
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
5
View file @ 8a049315
Edit in single-file editor
Open in Web IDE
Show full file
@@ -55,13 +55,10 @@ pages:
build_master
:
stage
:
builds
image
:
'
docker
:18.09.7'
image
:
docker
only
:
-
master
services
:
-
'
docker:18.09.7-dind'
script
:
-
docker build -t $CI_REGISTRY_IMAGE:latest -f DockerFile .
-
docker build
--load
-t $CI_REGISTRY_IMAGE:latest -f DockerFile .
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker push $CI_REGISTRY_IMAGE:latest
Loading