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
bdfd30fe13f7
Commit
bdfd30fe13f7
authored
2 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
yamllint
parent
d6dc8810721e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!147
📝 docker_prettier: use prettier from the image for odoo 11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-14
14 additions, 14 deletions
.gitlab-ci.yml
with
14 additions
and
14 deletions
.gitlab-ci.yml
+
14
−
14
View file @
bdfd30fe
...
...
@@ -137,7 +137,7 @@
docker_build_copy_test
:
needs
:
-
job
:
build-docker-image
-
job
:
build-docker-image
stage
:
test
image
:
$TEMP_IMAGE
script
:
...
...
@@ -141,10 +141,10 @@
stage
:
test
image
:
$TEMP_IMAGE
script
:
-
docker_build_copy
-
docker_build_clean
-
docker_build_copy
-
docker_build_clean
build-documentation
:
# done in test stage to be able to use the built image
stage
:
test
needs
:
...
...
@@ -146,9 +146,9 @@
build-documentation
:
# done in test stage to be able to use the built image
stage
:
test
needs
:
-
job
:
build-docker-image
-
job
:
build-docker-image
image
:
$TEMP_IMAGE
artifacts
:
paths
:
...
...
@@ -152,6 +152,6 @@
image
:
$TEMP_IMAGE
artifacts
:
paths
:
-
doc/_build
-
doc/_build
expire_in
:
10m
script
:
...
...
@@ -156,9 +156,9 @@
expire_in
:
10m
script
:
-
apk add make
-
pip3 install hg-evolve .[doc]
-
cd doc
-
for language in en fr ; do make LANGUAGE=$language BUILDDIRSUFFIX=/$CI_COMMIT_HG_BRANCH html ; done
-
apk add make
-
pip3 install hg-evolve .[doc]
-
cd doc
-
for language in en fr ; do make LANGUAGE=$language BUILDDIRSUFFIX=/$CI_COMMIT_HG_BRANCH html ; done
publish_documentation
:
needs
:
...
...
@@ -162,6 +162,6 @@
publish_documentation
:
needs
:
-
job
:
build-documentation
artifacts
:
true
-
job
:
build-documentation
artifacts
:
true
only
:
...
...
@@ -167,5 +167,5 @@
only
:
-
/^branch\/.*/
-
/^branch\/.*/
publish
:
extends
:
build-docker-image
...
...
@@ -180,5 +180,5 @@
variables
:
TAG_LATEST
:
branch/default
script
:
-
DOCKER_BASE_IMAGE_NAME="$TEMP_IMAGE" tag-img
-
TAG_COMMIT_SHA="no" DOCKER_BASE_IMAGE_NAME="$TEMP_IMAGE" DOCKER_IMAGE="xcgd/odoo_scripts" tag-img
-
DOCKER_BASE_IMAGE_NAME="$TEMP_IMAGE" tag-img
-
TAG_COMMIT_SHA="no" DOCKER_BASE_IMAGE_NAME="$TEMP_IMAGE" DOCKER_IMAGE="xcgd/odoo_scripts" tag-img
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