Skip to content
Snippets Groups Projects
Verified Commit 7c345ab2 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent a3528f55
Branches
Tags
1 merge request!19TST: Add more test for entity.role
Pipeline #14327 passed
......@@ -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
......
......@@ -158,6 +158,10 @@ build-testenv:
image: docker:19.03
stage: setup
timeout: 2h
only:
- schedules
- web
- pushes
needs: []
script:
- df -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment