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"
|
$MO_PATH $PipelineClientWorkingDir/Templates/MarkdownResume/CandidateInfoSheet/CandidateInfoSheet.md > "$CandidateInfoSheetMarkdownOutputFile"
|
||||||
|
|
||||||
echo "Candidate pdf output:" $CandidateInfoSheetPDFOutputFile
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
pandoc \
|
pandoc \
|
||||||
"$CandidateInfoSheetMarkdownOutputFile" \
|
"$CandidateInfoSheetMarkdownOutputFile" \
|
||||||
--template eisvogel \
|
--template eisvogel \
|
||||||
@ -26,10 +22,6 @@ pandoc \
|
|||||||
--to=pdf \
|
--to=pdf \
|
||||||
--output $CandidateInfoSheetPDFOutputFile
|
--output $CandidateInfoSheetPDFOutputFile
|
||||||
|
|
||||||
set +x
|
|
||||||
|
|
||||||
exit
|
|
||||||
|
|
||||||
echo "Combining markdown files into single input file for pandoc..."
|
echo "Combining markdown files into single input file for pandoc..."
|
||||||
|
|
||||||
# Create contact info md file
|
# Create contact info md file
|
||||||
|
Loading…
Reference in New Issue
Block a user