.
This commit is contained in:
12
local/build/BuildTemplate-2025Plan.yml
Normal file
12
local/build/BuildTemplate-2025Plan.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
title: ReachableCEO 2025 Plan
|
||||
titlepage: true
|
||||
toc: true
|
||||
toc-own-page: true
|
||||
header-left: "\\hspace{1cm}"
|
||||
header-center: "\\leftmark"
|
||||
header-right: "Page \\thepage"
|
||||
footer-left: "Charles N Wyble"
|
||||
footer-center: "Tenacity. Velocity. Focus."
|
||||
page-background: "./background5.pdf"
|
||||
titlepage-logo: "D:/tsys/@ReachableCEO/ReachableCEO.png"
|
||||
urlcolor: blue
|
40
local/build/build-2025Plan.sh
Normal file
40
local/build/build-2025Plan.sh
Normal file
@@ -0,0 +1,40 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# This is a demo script for the DSR-Pipeline-Server
|
||||
# This script creates PDF output from markdown input
|
||||
|
||||
|
||||
###############@##################################
|
||||
#Edit the below file to reflect your information
|
||||
##################################################
|
||||
|
||||
source "../DSRVariables.env"
|
||||
|
||||
####################################################
|
||||
####################################################
|
||||
####################################################
|
||||
#DO NOT CHANGE ANYTHING BELOW THIS LINE
|
||||
####################################################
|
||||
####################################################
|
||||
####################################################
|
||||
|
||||
############################################################################################
|
||||
# Setup key variables that will be used by the create-stakeholder-output-server.sh script
|
||||
############################################################################################
|
||||
|
||||
export MO_PATH="bash ../../vendor/git.knownelement.com/ExternalVendorCode/mo/mo"
|
||||
|
||||
echo "Cleaning up from previous runs..."
|
||||
|
||||
rm $BUILDYAML_STAKEHOLDER_OUTPUT || true
|
||||
rm $StakeholderOutputMarkdownOutputFile || true
|
||||
rm $StakeholderOutputPDFOutputFile || true
|
||||
|
||||
echo "Combining markdown files into single input file for pandoc..."
|
||||
cat $StakeholderOutputMarkdownInputFile > $StakeholderOutputMarkdownOutputFile
|
||||
|
||||
#Call the build stakeholder output microservice
|
||||
echo "Calling the build stakeholder output microservice..."
|
||||
bash ../../vendor/git.knownelement.com/reachableceo/DSR-Pipeline-Server/build/build-stakeholder-output-server.sh
|
Reference in New Issue
Block a user