Squashed 'vendor/git.knownelement.com/reachableceo/ConsultantProfile-Pipeline-Server/' changes from 1e0d8a6..db369fc

db369fc .

git-subtree-dir: vendor/git.knownelement.com/reachableceo/ConsultantProfile-Pipeline-Server
git-subtree-split: db369fcb91a3fd19b859b5984fde0005614fdb08
This commit is contained in:
2024-12-18 08:47:54 -06:00
parent c3a69c6998
commit d72c7c7948

View File

@@ -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