From 436f9f8c6157096894e87d4cd369a924f9b07017 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 18 Dec 2024 08:42:40 -0600 Subject: [PATCH] . --- build/build-pipeline-server-markdown.sh | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/build/build-pipeline-server-markdown.sh b/build/build-pipeline-server-markdown.sh index 3a1f58a..4d12d4e 100644 --- a/build/build-pipeline-server-markdown.sh +++ b/build/build-pipeline-server-markdown.sh @@ -12,10 +12,12 @@ set -euo pipefail # Expand variables into rendered YAML files. These will be used by pandoc to create the output artifacts -$MO_PATH $YamlInputTemplateFileConsultantInfoSheet > $BUILDYAML_CONSULTANT_INFOSHEET +#$MO_PATH $YamlInputTemplateFileConsultantInfoSheet > $BUILDYAML_CONSULTANT_INFOSHEET echo "Creating candidate info sheet..." +echo "MO Path: $MO_PATH" + set -x $MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md @@ -24,13 +26,13 @@ $MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md > "$Consult set +x -pandoc \ -"$ConsultantInfoSheetMarkdownOutputFile" \ ---template $PANDOC_TEMPLATE \ ---metadata-file="$BUILDYAML_CONSULTANT_INFOSHEET" \ ---from markdown \ ---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