Update "DSR-Pipeline-Server" from "https://git.knownelement.com/reachableceo/DSR-Pipeline-Server.git@main"
git-vendor-name: DSR-Pipeline-Server git-vendor-dir: vendor/git.knownelement.com/reachableceo/DSR-Pipeline-Server git-vendor-repository: https://git.knownelement.com/reachableceo/DSR-Pipeline-Server.git git-vendor-ref: main
This commit is contained in:
commit
369a369c75
@ -7,6 +7,10 @@ $MO_PATH $YamlInputTemplateFileStakeholderOutput > $BUILDYAML_STAKEHOLDER_OUTPUT
|
|||||||
|
|
||||||
echo "Creating stakeholder report..."
|
echo "Creating stakeholder report..."
|
||||||
|
|
||||||
|
export StakeholderOutputMarkdownInputFile="../../StakeholderJoplin/@DailyStakeholderReports/PostedToDiscourse/DSR-12-10-2024.md"
|
||||||
|
|
||||||
|
cd "$(dirname $StakeholderOutputMarkdownInputFile)"
|
||||||
|
|
||||||
pandoc \
|
pandoc \
|
||||||
"$StakeholderOutputMarkdownOutputFile" \
|
"$StakeholderOutputMarkdownOutputFile" \
|
||||||
--template $PANDOC_TEMPLATE \
|
--template $PANDOC_TEMPLATE \
|
||||||
@ -14,3 +18,5 @@ pandoc \
|
|||||||
--from markdown \
|
--from markdown \
|
||||||
--to=pdf \
|
--to=pdf \
|
||||||
--output $StakeholderOutputPDFOutputFile
|
--output $StakeholderOutputPDFOutputFile
|
||||||
|
|
||||||
|
cd -
|
Loading…
Reference in New Issue
Block a user