Skip to content
Snippets Groups Projects

TST: Add more test for entity.role

Merged Timm Fitschen requested to merge f-entity-role into dev
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -10,9 +10,9 @@ RUN apt-get update && \
-y
COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB=dev
ADD https://gitlab.com/api/v4/projects/13656973/repository/commits/${PYLIB} \
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
RUN git clone https://gitlab.indiscale.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout ${PYLIB} && pip3 install .
COPY . /git
Loading