Update "ConsultantProfilePipeline-Server" from "https://git.knownelement.com/reachableceo/ConsultantProfile-Pipeline-Server.git@main"
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:
commit
a3e77a8110
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user