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