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

fix environment variable for preproc_topics and wg

parent cf0e1ffe
No related branches found
No related tags found
1 merge request!14fix environment variable for preproc_topics and wg
Pipeline #104128 passed
......@@ -28,7 +28,7 @@ do
cp $f $RESEARCH_BUILD/$filename
#extract title of topic
title=`$RESEARCH_BUILD/extract_title.sh $RESEARCH_BUILD/$filename`
title=`$RESEARCH_ROOT/bin/extract_title.sh $RESEARCH_BUILD/$filename`
echo "Preprocessing topic $title"
# append research topic to index
......
......@@ -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
......
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