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:
- type: bind
source: ./cert
target: /opt/caosdb/cert
- type: bind
source: /tmp
target: /tmp
networks:
- docker_caosnet
networks:
......
......@@ -67,7 +67,6 @@ test:
dependencies: [cert]
artifacts:
paths:
- /tmp/crawler.output
- caosdb_log.txt
- mariadb_log.txt
when: on_failure
......
......@@ -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'
popd
echo "run crawler"
./crawl.py / &> $OUT
./crawl.py / | tee $OUT
# check whether there was something UNAUTHORIZED
cat $OUT
set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment