git-vendor-name: ConsultantProfilePipeline-Server
git-vendor-dir: vendor/git.knownelement.com/reachableceo/ConsultantProfile-Pipeline-Server
git-vendor-repository: https://git.knownelement.com/reachableceo/ConsultantProfile-Pipeline-Server.git
git-vendor-ref: main
This commit is contained in:
Charles N Wyble 2024-12-18 08:33:29 -06:00
commit bae0ec70da

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" \