Skip to content

Commit

Permalink
remove temp conditional for git config cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Jun 12, 2024
1 parent 8168e75 commit bc2e96a
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 @@ -17,7 +17,7 @@ RUN yum -y install git openssh jq which \
&& chmod 755 ./kubectl /viya4-iac-aws/docker-entrypoint.sh \
&& mv ./kubectl /usr/local/bin/kubectl \
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-aws \
&& git config --system --add safe.directory /viya4-iac-aws ||: \
&& git config --system --add safe.directory /viya4-iac-aws \
&& terraform init

ENV TF_VAR_iac_tooling=docker
Expand Down

0 comments on commit bc2e96a

Please sign in to comment.