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
f715cc415862
Commit
f715cc415862
authored
5 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
default to drone value to avoid changing every super project
parent
3890ede2f293
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
create_documentation
+1
-1
1 addition, 1 deletion
create_documentation
with
1 addition
and
1 deletion
create_documentation
+
1
−
1
View file @
f715cc41
...
...
@@ -12,7 +12,7 @@
here
=
$(
dirname
$0
)
project_home
=
$(
cd
$here
&&
cd
..
&&
echo
$PWD
)
project_name_from_home
=
$(
basename
$project_home
)
project_name
=
${
ODOO_SCRIPT_PROJECT
_NAME
:-
project_name_from_home
}
project_name
=
${
DRONE_REPO
_NAME
:-
project_name_from_home
}
python
=
python
format
=
html
...
...
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