variables...

This commit is contained in:
Charles N Wyble 2024-12-15 10:19:20 -06:00
parent 6111944163
commit 284d9ba86e

View File

@ -3,7 +3,7 @@
set -euo pipefail set -euo pipefail
# Expand variables into rendered YAML files. These will be used by pandoc to format the output artifacts # Expand variables into rendered YAML files. These will be used by pandoc to format the output artifacts
$MO_PATH $PipelineClientWorkingDir/build/BuildTemplate-StakeholderOutput.yml > $BUILDYAML_STAKEHOLDER_OUTPUT $MO_PATH $YamlInputTemplateFileStakeholderOutput > $BUILDYAML_STAKEHOLDER_OUTPUT
echo "Creating stakeholder report..." echo "Creating stakeholder report..."
@ -13,4 +13,4 @@ pandoc \
--metadata-file="$BUILDYAML_STAKEHOLDER_OUTPUT" \ --metadata-file="$BUILDYAML_STAKEHOLDER_OUTPUT" \
--from markdown \ --from markdown \
--to=pdf \ --to=pdf \
--output $StakeholderOutputPDFOutputFile --output $StakeholderOutputPDFOutputFile