variables...
This commit is contained in:
parent
6111944163
commit
284d9ba86e
@ -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
|
Loading…
Reference in New Issue
Block a user