Skip to content
Snippets Groups Projects
Commit a7f35cf7 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent f1c94966
No related branches found
No related tags found
2 merge requests!59FIX: if multiple updates for one entity exist, the retrieve would result in an...,!46F cache version
...@@ -6,9 +6,6 @@ services: ...@@ -6,9 +6,6 @@ services:
- type: bind - type: bind
source: ./cert source: ./cert
target: /opt/caosdb/cert target: /opt/caosdb/cert
- type: bind
source: /tmp
target: /tmp
networks: networks:
- docker_caosnet - docker_caosnet
networks: networks:
......
...@@ -67,7 +67,6 @@ test: ...@@ -67,7 +67,6 @@ test:
dependencies: [cert] dependencies: [cert]
artifacts: artifacts:
paths: paths:
- /tmp/crawler.output
- caosdb_log.txt - caosdb_log.txt
- mariadb_log.txt - mariadb_log.txt
when: on_failure when: on_failure
......
...@@ -20,7 +20,7 @@ pushd extroot ...@@ -20,7 +20,7 @@ pushd extroot
egrep -liRZ 'A description of another example' . | xargs -0 -l sed -i -e 's/A description of another example/A description of this example/g' egrep -liRZ 'A description of another example' . | xargs -0 -l sed -i -e 's/A description of another example/A description of this example/g'
popd popd
echo "run crawler" echo "run crawler"
./crawl.py / &> $OUT ./crawl.py / | tee $OUT
# check whether there was something UNAUTHORIZED # check whether there was something UNAUTHORIZED
cat $OUT cat $OUT
set -e set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment