Skip to content
Snippets Groups Projects
Commit cf0e1ffe authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

set envioronment variable for title detection

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