Skip to content
Snippets Groups Projects

Draft: F json schema

Open Alexander Schlemmer requested to merge f-json-schema into dev
1 unresolved thread

Files

+ 1
0
@@ -30,5 +30,6 @@ COPY . /git
@@ -30,5 +30,6 @@ COPY . /git
RUN rm -r /git/.git \
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
RUN cd /git && pip3 install .[h5-crawler]
RUN cd /git && pip3 install .[h5-crawler]
 
RUN pip3 install jsonschema
WORKDIR /git/integrationtests
WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
Loading