[UPD]Gitea Yaltik repo are now small cased

This commit is contained in:
Fabien BOURGEOIS 2018-04-17 14:45:23 +02:00
parent a3444bf945
commit 1a40dc1438
3 changed files with 3 additions and 3 deletions

View File

@ -9,5 +9,5 @@ RUN git clone --depth 1 -b 8.0 https://github.com/OCA/community-data-files \
WORKDIR /opt/odoo/custom-addons
ADD code/yaltik8.tar.gz yaltik/
RUN git clone --depth 1 -b 2 https://git.yaltik.net/Yaltik/GOLEM.git golem
RUN git clone --depth 1 -b 2 https://git.yaltik.net/yaltik/golem.git golem
WORKDIR /opt/odoo

View File

@ -11,5 +11,5 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
WORKDIR /opt/odoo/custom-addons
ADD code/yaltik10.tar.gz yaltik/
RUN git clone --depth 1 -b master https://git.yaltik.net/Yaltik/GOLEM.git golem
RUN git clone --depth 1 -b master https://git.yaltik.net/yaltik/golem.git golem
WORKDIR /opt/odoo

View File

@ -11,5 +11,5 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
WORKDIR /opt/odoo/custom-addons
ADD code/yaltik10.tar.gz yaltik/
RUN git clone --depth 1 -b stable https://git.yaltik.net/Yaltik/GOLEM.git golem
RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem
WORKDIR /opt/odoo