Skip to content
Snippets Groups Projects
Commit 14c1bc22 authored by Fabian Gabel's avatar Fabian Gabel
Browse files

Merge branch 'fix-missing' into 'master'

set envioronment variable for title detection

See merge request fabiangabel/research-topics-mat-tuhh!13
parents 4ca540c6 cf0e1ffe
No related branches found
No related tags found
1 merge request!13set envioronment variable for title detection
Pipeline #104127 passed
......@@ -29,7 +29,7 @@ fi
#extract title of topic
echo "Extracting title of $1..."
title=`./extract_title.sh $RESEARCH_BUILD/$filename`
title=`$RESEARCH_ROOT/bin/extract_title.sh $RESEARCH_BUILD/$filename`
echo "Title of Topic: $title"
# start preprocessing
......
......@@ -28,7 +28,7 @@ do
cp $f $RESEARCH_BUILD/$filename
#extract title of topic
title=`./extract_title.sh $RESEARCH_BUILD/$filename`
title=`$RESEARCH_BUILD/extract_title.sh $RESEARCH_BUILD/$filename`
echo "Preprocessing topic $title"
# append research topic to index
......
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