Skip to content
Snippets Groups Projects
Verified Commit bb5fdaa6 authored by mielimom02's avatar mielimom02
Browse files

switched input file for getting branch to ${basename}_submissionText.html

parent 18da8a85
No related branches found
No related tags found
No related merge requests found
...@@ -22,14 +22,13 @@ fi ...@@ -22,14 +22,13 @@ fi
if [ -z $1 ]; then if [ -z $1 ]; then
# read branch name from comments.txt # read branch name from comments.txt
branch_name=`cat "${current_dir}_submissionText.html" | sed -e 's/<[^>]*>//g'` # remove all html tags. branch_name=`cat "${current_dir}_submissionText.html" | sed -e 's/<[^>]*>//g'` # remove all html tags.
echo $branch_name
else else
branch_name=$1 branch_name=$1
fi fi
if [ -z $branch_name ]; then if [ -z $branch_name ]; then
printf "No branch name provided via comments.txt\n" >&2 printf "No branch name provided via submissionText.html\n" >&2
exit 1; exit 1;
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment