Skip to content
Snippets Groups Projects
Commit d422caf3 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[FIX] incorrect git clone

parent 02694727
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ RUN set -x; \ ...@@ -105,7 +105,7 @@ RUN set -x; \
rm -rf /tmp/oca-repos/ &&\ rm -rf /tmp/oca-repos/ &&\
find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\ find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\
# Install Le Filament default dependency # Install Le Filament default dependency
git clone -b 14.0 --depth 1 https://sources.le-filament.com/lefilament/remove_login_links.git /opt/odoo/private_addons/ &&\ git clone -b 14.0 --depth 1 https://sources.le-filament.com/lefilament/remove_login_links.git /opt/odoo/private_addons/remove_login_links &&\
chown -R odoo:odoo /opt/odoo chown -R odoo:odoo /opt/odoo
# Copy entrypoint script and Odoo configuration file # Copy entrypoint script and Odoo configuration file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment