# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1556870234 -7200
#      Fri May 03 09:57:14 2019 +0200
# Node ID f715cc4158620ba439b9bab6e17d858a7c36bc32
# Parent  3890ede2f29324dd618b3c594101ae336110b3a4
:pencil: default to drone value to avoid changing every super project

diff --git a/create_documentation b/create_documentation
--- a/create_documentation
+++ b/create_documentation
@@ -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