Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
128401348e8f
Commit
128401348e8f
authored
4 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
build then retag rathen than building twice
parent
153d5a0f223f
No related branches found
No related tags found
1 merge request
!21
🚀 build then retag rathen than building twice
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
12840134
...
...
@@ -7,7 +7,6 @@
project
:
xcg/ci-templates
variables
:
TAG_LATEST
:
branch/default
HTML_DOC_SOURCES
:
doc/_build/html
import_jsonrpc_odoo11_test
:
...
...
@@ -65,5 +64,7 @@
allow_failure
:
true
build-docker-image
:
variables
:
TAG_LATEST
:
branch/default
script
:
-
DOCKER_IMAGE=registry.xcg.io/xcgd/odoo_scripts docker-build
...
...
@@ -68,6 +69,6 @@
script
:
-
DOCKER_IMAGE=registry.xcg.io/xcgd/odoo_scripts docker-build
-
DOCKER_IMAGE=xcgd/odoo_scripts docker-
build
-
DOCKER_BASE_IMAGE_NAME=registry.xcg.io/xcgd/odoo_scripts
DOCKER_IMAGE=xcgd/odoo_scripts docker-
tag
build-documentation
:
stage
:
build
...
...
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