Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' changes from d617700..1d37671
1d37671 refactor... git-subtree-dir: vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline git-subtree-split: 1d37671cfa9e4b56894d66bb6d4f96e4626613c2
This commit is contained in:
parent
45d81647f3
commit
d24c1f0d20
@ -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