Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #15 from indigo-dc/devel
Browse files Browse the repository at this point in the history
installs latest ansible role that will be tagged
  • Loading branch information
mariojmdavid authored Jul 26, 2016
2 parents d3b2475 + d8e667f commit c2845e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-ambertools-oneclient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
ENV AMBERHOME /usr/local/amber16
ENV PATH $PATH:/usr/lib64/openmpi/bin/:$AMBERHOME/bin
ENV LD_LIBRARY_PATH $AMBERHOME/lib
RUN ansible-galaxy install indigo-dc.oneclient indigo-dc.ambertools,master && \
RUN ansible-galaxy install indigo-dc.oneclient indigo-dc.ambertools && \
ansible-playbook \
-i /etc/ansible/roles/indigo-dc.ambertools/tests/inventory \
/etc/ansible/roles/indigo-dc.oneclient/tests/test.yml && \
Expand Down
2 changes: 1 addition & 1 deletion docker-ambertools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL description="Container image to run AmberTools v16"
ENV AMBERHOME /usr/local/amber16
ENV PATH $PATH:/usr/lib64/openmpi/bin/:$AMBERHOME/bin
ENV LD_LIBRARY_PATH $AMBERHOME/lib
RUN ansible-galaxy install indigo-dc.ambertools,master && \
RUN ansible-galaxy install indigo-dc.ambertools && \
ansible-playbook /etc/ansible/roles/indigo-dc.ambertools/tests/ambertools.yml

EXPOSE 22
Expand Down

0 comments on commit c2845e7

Please sign in to comment.