Squashed 'vendor/git.knownelement.com/reachableceo/ConsultantProfile-Pipeline-Server/' changes from 0b5ec02..436f9f8

436f9f8 .

git-subtree-dir: vendor/git.knownelement.com/reachableceo/ConsultantProfile-Pipeline-Server
git-subtree-split: 436f9f8c6157096894e87d4cd369a924f9b07017
This commit is contained in:
Charles N Wyble 2024-12-18 08:42:50 -06:00
parent 56ea2fcd28
commit fcf0844090

View File

@ -12,10 +12,12 @@ set -euo pipefail
# Expand variables into rendered YAML files. These will be used by pandoc to create the output artifacts # 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 "Creating candidate info sheet..."
echo "MO Path: $MO_PATH"
set -x set -x
$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md $MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md
@ -24,13 +26,13 @@ $MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md > "$Consult
set +x set +x
pandoc \ #pandoc \
"$ConsultantInfoSheetMarkdownOutputFile" \ #"$ConsultantInfoSheetMarkdownOutputFile" \
--template $PANDOC_TEMPLATE \ #--template $PANDOC_TEMPLATE \
--metadata-file="$BUILDYAML_CONSULTANT_INFOSHEET" \ #--metadata-file="$BUILDYAML_CONSULTANT_INFOSHEET" \
--from markdown \ #--from markdown \
--to=pdf \ #--to=pdf \
--output $ConsultantInfoSheetPDFOutputFile #--output $ConsultantInfoSheetPDFOutputFile
############################################# #############################################
# Create the consultant profile PDF # Create the consultant profile PDF