Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
7c97c599
Commit
7c97c599
authored
4 years ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Run docker builds on MR CI
parent
227f969b
No related branches found
No related tags found
1 merge request
!883
Add Transkribus client to docker builds
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-14
0 additions, 14 deletions
.gitlab-ci.yml
with
0 additions
and
14 deletions
.gitlab-ci.yml
+
0
−
14
View file @
7c97c599
...
...
@@ -121,13 +121,6 @@ backend-build:
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
tcp://docker:2375/
# Run this on master and tags except base tags
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
if
:
'
$CI_COMMIT_TAG
&&
$CI_COMMIT_TAG
!~
/^base-.*/'
when
:
on_success
-
when
:
never
script
:
-
ci/build.sh Dockerfile
...
...
@@ -141,13 +134,6 @@ backend-build-binary:
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
tcp://docker:2375/
# Run this on master and tags except base tags
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
if
:
'
$CI_COMMIT_TAG
&&
$CI_COMMIT_TAG
!~
/^base-.*/'
when
:
on_success
-
when
:
never
script
:
-
ci/build.sh Dockerfile.binary "-binary"
...
...
This diff is collapsed.
Click to expand it.
Bastien Abadie
@babadie
mentioned in commit
43aaa261
·
4 years ago
mentioned in commit
43aaa261
Edited
4 years ago
by
Ghost User
mentioned in commit 43aaa261c552a72a8a2a73dac11709704eb7f208
Toggle commit list
Bastien Abadie
@babadie
mentioned in commit
41b9211c
·
4 years ago
mentioned in commit
41b9211c
Edited
4 years ago
by
Ghost User
mentioned in commit 41b9211c7b8d352a5684b445251e3bef3605e900
Toggle commit list
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