Skip to content

Commit

Permalink
Merge pull request #258 from killbill/fix-release-issue
Browse files Browse the repository at this point in the history
Fix release issue
  • Loading branch information
reshmabidikar authored Mar 6, 2024
2 parents e3e2c96 + 84ae1d5 commit 29ca382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/templates/base/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ WORKDIR $TOMCAT_HOME
# Install ansible roles dependencies
ARG KILLBILL_CLOUD_VERSION
RUN ansible-galaxy collection install community.general && \
ansible-galaxy install git+ssh://git@github.com/killbill/killbill-cloud.git,$KILLBILL_CLOUD_VERSION
ansible-galaxy install git+https://git@github.com/killbill/killbill-cloud.git,$KILLBILL_CLOUD_VERSION
ENV KILLBILL_CLOUD_ANSIBLE_ROLES=$TOMCAT_HOME/.ansible/roles/killbill-cloud/ansible
ENV ENV_HOST_IP=localhost
ENV ANSIBLE_OPTS="-i localhost, \
Expand Down

0 comments on commit 29ca382

Please sign in to comment.