fix(git_config): ensure cloned ansible-roles has submodules init

!8
This commit is contained in:
2023-05-26 15:06:54 +09:30
parent 26dcc382b0
commit 30797b4577

View File

@ -13,7 +13,10 @@ RUN apt update \
git || true git || true
RUN git clone -b development --depth 1 https://gitlab.com/nofusscomputing/projects/ansible-roles.git /tmp/ansible-roles RUN git clone -b development --depth 1 https://gitlab.com/nofusscomputing/projects/ansible-roles.git /tmp/ansible-roles \
&& cd /tmp/ansible-roles \
&& git submodule init