Skip to content
Extraits de code Groupes Projets
Valider f2c8d2ce rédigé par Théo - Le Filament's avatar Théo - Le Filament
Parcourir les fichiers

change(get_addons): remove unused set -e

parent f1107835
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#!/bin/sh #!/bin/sh
# set -e
ODOO_ROOT_DIR=${ODOO_ROOT_DIR:-'/opt/odoo'} ODOO_ROOT_DIR=${ODOO_ROOT_DIR:-'/opt/odoo'}
SAVE_COMMITS_DIR=${SAVE_COMMITS_DIR:-'/opt/odoo_commits'} SAVE_COMMITS_DIR=${SAVE_COMMITS_DIR:-'/opt/odoo_commits'}
SAVE_COMMITS_FILENAME=${SAVE_COMMITS_FILENAME:-'custom_addons'} SAVE_COMMITS_FILENAME=${SAVE_COMMITS_FILENAME:-'custom_addons'}
...@@ -92,7 +90,6 @@ shift ...@@ -92,7 +90,6 @@ shift
modules="$@" modules="$@"
# Cloning repo. # Cloning repo.
# set +e
log_action="repo '$repo': cloning [no tree + branch]..." log_action="repo '$repo': cloning [no tree + branch]..."
print_info "$log_action" print_info "$log_action"
git clone --branch "${ref}" --filter=tree:0 "${repo}" "${TMP_REPO_PATH}" git clone --branch "${ref}" --filter=tree:0 "${repo}" "${TMP_REPO_PATH}"
...@@ -126,7 +123,6 @@ else ...@@ -126,7 +123,6 @@ else
fi fi
fi fi
fi fi
# set -e
## Get module code and save informations about it in a CSV file. ## Get module code and save informations about it in a CSV file.
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter