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

0b5ec02 .

git-subtree-dir: vendor/git.knownelement.com/reachableceo/ConsultantProfile-Pipeline-Server
git-subtree-split: 0b5ec02929c7020905062de5c5a5edfe7cd5f91c
This commit is contained in:
Charles N Wyble 2024-12-18 08:33:29 -06:00
parent 7f9a2d93cb
commit 56ea2fcd28

View File

@ -16,17 +16,13 @@ $MO_PATH $YamlInputTemplateFileConsultantInfoSheet > $BUILDYAML_CONSULTANT_INFOS
echo "Creating candidate info sheet..."
echo "Profile file name: $PROFILE_FILE_NAME"
echo "Markdown file: $ConsultantInfoSheetMarkdownOutputFile"
echo "PDF file: $ConsultantInfoSheetPDFOutputFile"
set -x
#$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md
exit
$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
set +x
pandoc \
"$ConsultantInfoSheetMarkdownOutputFile" \