diff --git a/build/create-stakeholder-output-server.sh b/build/create-stakeholder-output-server.sh new file mode 100644 index 0000000..79c52c5 --- /dev/null +++ b/build/create-stakeholder-output-server.sh @@ -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 diff --git a/build/create-stakeholder-report.sh b/build/create-stakeholder-report.sh deleted file mode 100644 index 312e81b..0000000 --- a/build/create-stakeholder-report.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/build/publish-stakeholder-report.sh b/build/publish-stakeholder-output-server.sh similarity index 100% rename from build/publish-stakeholder-report.sh rename to build/publish-stakeholder-output-server.sh diff --git a/dsr-input/dsr-gather-gitea.sh b/dsr-input/dsr-gather-gitea.sh deleted file mode 100644 index 45b983b..0000000 --- a/dsr-input/dsr-gather-gitea.sh +++ /dev/null @@ -1 +0,0 @@ -hi diff --git a/dsr-input/export-joplin-md.sh b/dsr-input/export-joplin-md.sh deleted file mode 100644 index 45b983b..0000000 --- a/dsr-input/export-joplin-md.sh +++ /dev/null @@ -1 +0,0 @@ -hi diff --git a/dsr-joplin-create/joplin-new.sh b/dsr-joplin-create/joplin-new.sh deleted file mode 100644 index 32f95c0..0000000 --- a/dsr-joplin-create/joplin-new.sh +++ /dev/null @@ -1 +0,0 @@ -hi \ No newline at end of file