This commit is contained in:
Mike 2019-06-21 12:25:16 -04:00
parent 5f8ff81140
commit acef1c7b0c
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ RUN cd /usr/local/source/ \
&& pip install -e . \
&& mkdir -p /usr/local/source/web-api/.vizierdb
ENV PULL_CODE=5
ENV PULL_CODE=6
RUN cd /usr/local/source/web-api \
&& git pull

View file

@ -88,7 +88,7 @@ RUN curl -sL "https://github.com/sbt/sbt/releases/download/v0.13.15/sbt-0.13.15.
RUN cd /usr/local/source/mimir \
&& ../sbt/bin/sbt "runMimirVizier -X LOG LOGM remoteSpark NO-VISTRAILS"
ENV PULL_CODE=7
ENV PULL_CODE=8
RUN cd /usr/local/source/mimir \
&& git pull \