Skip to content

Commit

Permalink
Added git share (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
thpang authored Apr 25, 2022
1 parent 3767876 commit 171bceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN pip install -r ./requirements.txt \
&& ansible-galaxy install -r ./requirements.yaml \
&& chmod -R g=u /etc/passwd /etc/group /viya4-deployment/ \
&& chmod 755 /viya4-deployment/docker-entrypoint.sh \
&& git config --global --add safe.directory /viya4-deployment
&& git config --system --add safe.directory /viya4-deployment

ENV PLAYBOOK=playbook.yaml
ENV VIYA4_DEPLOYMENT_TOOLING=docker
Expand Down

0 comments on commit 171bceb

Please sign in to comment.