Skip to content
Snippets Groups Projects
Commit 52e33a25 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: force image build when pylib is outdated

parent 4908592d
Branches
Tags
No related merge requests found
...@@ -9,6 +9,8 @@ RUN apt-get update && \ ...@@ -9,6 +9,8 @@ RUN apt-get update && \
tox \ tox \
-y -y
COPY .docker/wait-for-it.sh /wait-for-it.sh COPY .docker/wait-for-it.sh /wait-for-it.sh
ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
pylib_version.json
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \ RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && pip3 install . cd caosdb-pylib && pip3 install .
COPY . /git COPY . /git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment