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
+ 5
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -12,7 +12,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB=dev
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN git clone https://gitlab.indiscale.com/caosdb/caosdb-pylib.git && \
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
cd caosdb-pylib && git checkout ${PYLIB} && pip3 install .
COPY . /git
Loading