Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
tarelli authored May 14, 2019
2 parents 371a840 + 03a09ce commit b00b39a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © 2011, 2017 Geppetto authors
Copyright © 2011, 2019 Geppetto authors
http://geppetto.org

All rights reserved. This program and the accompanying materials
Expand Down
6 changes: 3 additions & 3 deletions utilities/docker/geppetto-persistence/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ ENV aKey=${aKey}
ARG sKey
ENV sKey=${sKey}

ARG targetBranch=development
ARG originBranch=development
ARG defaultBranch=development
ARG targetBranch=master
ARG originBranch=master
ARG defaultBranch=master
RUN /bin/echo -e "\e[1;35mORIGIN BRANCH ------------ $originBranch\e[0m" &&\
/bin/echo -e "\e[1;35mTARGET BRANCH ------------ $targetBranch\e[0m" &&\
/bin/echo -e "\e[1;35mDEFAULT BRANCH ------------ $defaultBranch\e[0m"
Expand Down
7 changes: 4 additions & 3 deletions utilities/docker/geppetto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM metacell/java-virgo-maven:development

LABEL maintainer="Facundo Rodriguez <[email protected]>"

ARG targetBranch=development
ARG originBranch=development
ARG defaultBranch=development
ARG targetBranch=master
ARG originBranch=master
ARG defaultBranch=master

RUN /bin/echo -e "\e[1;35mORIGIN BRANCH ------------ $originBranch\e[0m" &&\
/bin/echo -e "\e[1;35mTARGET BRANCH ------------ $targetBranch\e[0m" &&\
Expand Down Expand Up @@ -59,5 +59,6 @@ WORKDIR $HOME
RUN mkdir rm $SERVER_HOME/./repository/usr
RUN cd $HOME/workspace/org.geppetto/utilities/source_setup && python update_server.py


EXPOSE 8080
CMD [ "/bin/bash", "-c", "$SERVER_HOME/bin/startup.sh" ]
6 changes: 3 additions & 3 deletions utilities/docker/livegeppetto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM metacell/java-virgo-maven:development

LABEL maintainer="Facundo Rodriguez <[email protected]>"

ARG targetBranch=development
ARG originBranch=development
ARG defaultBranch=development
ARG targetBranch=master
ARG originBranch=master
ARG defaultBranch=master

RUN /bin/echo -e "\e[1;35mORIGIN BRANCH ------------ $originBranch\e[0m" &&\
/bin/echo -e "\e[1;35mTARGET BRANCH ------------ $targetBranch\e[0m" &&\
Expand Down

0 comments on commit b00b39a

Please sign in to comment.