Skip to content

Commit

Permalink
added experimental boilr support
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Nov 17, 2016
1 parent 60caee2 commit a554643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test:
# TODO: add test for docker version
- docker-compose run --rm roj help.sh
- docker-compose run --rm roj docker-machine ls
- docker-compose run --rm roj boilr
cleanup:
stage: cleanup
script:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install boilr
#RUN curl -sSL https://raw.githubusercontent.com/tmrts/boilr/master/install | bash
#ENV PATH /root/bin:${PATH}
#RUN boilr init
RUN curl -sSL https://raw.githubusercontent.com/tmrts/boilr/master/install | bash
ENV PATH /root/bin:${PATH}
RUN boilr init

RUN mkdir /roj
WORKDIR /roj
Expand Down

0 comments on commit a554643

Please sign in to comment.