.
This commit is contained in:
parent
1e0d8a6a88
commit
db369fcb91
@ -18,22 +18,15 @@ echo "Creating candidate info sheet..."
|
|||||||
|
|
||||||
echo "MO Path: $MO_PATH"
|
echo "MO Path: $MO_PATH"
|
||||||
|
|
||||||
set -x
|
$MO_PATH $PipelineClientWorkingDir/Templates/ConsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
|
||||||
|
|
||||||
#$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md
|
pandoc \
|
||||||
cat $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md
|
"$ConsultantInfoSheetMarkdownOutputFile" \
|
||||||
#$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
|
--template $PANDOC_TEMPLATE \
|
||||||
|
--metadata-file="$BUILDYAML_CONSULTANT_INFOSHEET" \
|
||||||
|
--from markdown \
|
||||||
set +x
|
--to=pdf \
|
||||||
|
--output $ConsultantInfoSheetPDFOutputFile
|
||||||
#pandoc \
|
|
||||||
#"$ConsultantInfoSheetMarkdownOutputFile" \
|
|
||||||
#--template $PANDOC_TEMPLATE \
|
|
||||||
#--metadata-file="$BUILDYAML_CONSULTANT_INFOSHEET" \
|
|
||||||
#--from markdown \
|
|
||||||
#--to=pdf \
|
|
||||||
#--output $ConsultantInfoSheetPDFOutputFile
|
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
# Create the consultant profile PDF
|
# Create the consultant profile PDF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user