coopdevs / odoo-role

Ansible role provisioning Odoo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we download the entire branch?

danypr92 opened this issue · comments

With the argument depth: 1 Git only clone 1 commit, but we need the entire branch.

- name: "Git clone Odoo branch {{ odoo_version }}"

commented

We implemented an alternative download strategy since v0.0.7, although git strategy is still available.

We are still cloning 1 commit, should we clone the whole history, @danypr92 ?

Otherwise we can close this issue

Yes @raneq, I also think that we can close this issue.