Skip to content
Snippets Groups Projects

MAINT: Rename `h5_crawler` back to `h5-crawler`

4 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -34,7 +34,7 @@ RUN rm -r /git/.git
@@ -34,7 +34,7 @@ RUN rm -r /git/.git
# Install pycaosdb.ini for the tests
# Install pycaosdb.ini for the tests
RUN mv /git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini
RUN mv /git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini
RUN cd /git/ && pip3 install .[h5_crawler,spss]
RUN cd /git/ && pip3 install .[h5-crawler,spss]
WORKDIR /git/integrationtests
WORKDIR /git/integrationtests
# wait for server,
# wait for server,
Loading