Skip to content
Extraits de code Groupes Projets
Valider 5f1f944e rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[FIX] missing username/mail for git

parent 19b39c64
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -43,6 +43,8 @@ RUN set -x; \ ...@@ -43,6 +43,8 @@ RUN set -x; \
&& useradd --create-home --home-dir /opt/odoo --no-log-init odoo \ && useradd --create-home --home-dir /opt/odoo --no-log-init odoo \
&& /bin/bash -c "mkdir -p /opt/odoo/{etc,odoo,additional_addons,private_addons,data,private}" \ && /bin/bash -c "mkdir -p /opt/odoo/{etc,odoo,additional_addons,private_addons,data,private}" \
&& mkdir /opt/odoo_commits \ && mkdir /opt/odoo_commits \
&& git config --global user.email "maintenance@le-filament.com" \
&& git config --global user.name "Le Filament" \
&& git clone --filter=tree:0 --branch "${branch}" "${repo}" /tmp/repo \ && git clone --filter=tree:0 --branch "${branch}" "${repo}" /tmp/repo \
&& commit="$(git -C /tmp/repo rev-parse HEAD)" \ && commit="$(git -C /tmp/repo rev-parse HEAD)" \
# FIX begin: Merge pull request https://github.com/OCA/OCB/pull/1234 # FIX begin: Merge pull request https://github.com/OCA/OCB/pull/1234
......
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