.
This commit is contained in:
13
build/create-stakeholder-output-server.sh
Normal file
13
build/create-stakeholder-output-server.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
$MO_PATH $PipelineClientWorkingDir/build/StakeholderOutput.yml > $BUILDYAML_STAKEHOLDER_OUTPUT
|
||||
|
||||
echo "Creating stakeholder report..."
|
||||
|
||||
pandoc \
|
||||
"$StakeholderOutputMarkdownOutputFile" \
|
||||
--template $PANDOC_TEMPLATE \
|
||||
--metadata-file="$BUILDYAML_STAKEHOLDER_OUTPUT" \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output $StakeholderOutputPDFOutputFile
|
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
$MO_PATH $PipelineClientWorkingDir/build/stakeholder-report.yml > $BUILDYAML_STAKEHOLDER_REPORT
|
||||
|
||||
echo "Creating stakeholder report..."
|
||||
|
||||
pandoc \
|
||||
"$StakeholderReportMarkdownOutputFile" \
|
||||
--template $PANDOC_TEMPLATE \
|
||||
--metadata-file="$BUILDYAML_STAKEHOLDER_REPORT" \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output $StakeholderReportPDFOutputFile
|
@@ -1 +0,0 @@
|
||||
hi
|
@@ -1 +0,0 @@
|
||||
hi
|
@@ -1 +0,0 @@
|
||||
hi
|
Reference in New Issue
Block a user