refactor...
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user