Skip to content
Snippets Groups Projects

FIX: Pipeline jobs "style" and "cert" depend on a built image.

Merged Daniel Hornung requested to merge f-extend-json-schema into dev
2 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -9,7 +9,6 @@ RUN apt-get update && \
@@ -9,7 +9,6 @@ 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
ARG PYLIB=dev
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
pylib_version.json
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
Loading