refactor...
This commit is contained in:
parent
d61770054b
commit
1d37671cfa
@ -14,10 +14,6 @@ echo "Creating candidate info sheet..."
|
||||
|
||||
$MO_PATH $PipelineClientWorkingDir/Templates/MarkdownResume/CandidateInfoSheet/CandidateInfoSheet.md > "$CandidateInfoSheetMarkdownOutputFile"
|
||||
|
||||
echo "Candidate pdf output:" $CandidateInfoSheetPDFOutputFile
|
||||
|
||||
set -x
|
||||
|
||||
pandoc \
|
||||
"$CandidateInfoSheetMarkdownOutputFile" \
|
||||
--template eisvogel \
|
||||
@ -26,10 +22,6 @@ pandoc \
|
||||
--to=pdf \
|
||||
--output $CandidateInfoSheetPDFOutputFile
|
||||
|
||||
set +x
|
||||
|
||||
exit
|
||||
|
||||
echo "Combining markdown files into single input file for pandoc..."
|
||||
|
||||
# Create contact info md file
|
||||
|
Loading…
Reference in New Issue
Block a user