0.1 . succesfull test run.

This commit is contained in:
2024-12-14 23:51:16 -06:00
parent 9d6d0ee899
commit a31d481243
6 changed files with 6 additions and 189 deletions

View File

@@ -1,22 +0,0 @@
###################################################
# Modify these values to suit
###################################################
#############################################################################
#SET THIS NEXT VARIABLE OR NOTHING WILL WORK!!!!
export PipelineClientWorkingDir="D:/tsys/@ReachableCEO/MarkdownResume-Pipeline-ClientExample/local"
#SET THE PREVIOUS VARIABLE OR NOTHING WILL WORK!!!!
#############################################################################
##########################################
# Layout/title page /formatting options
##########################################
export ReportAuthor="First Middle Last"
export AuthorTagline="Your.Tagline.Here."
export AuthorLogo=""
export SourceCode="https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline"
export URLCOLOR="blue"
export PAGEBACKGROUND="./background3.pdf"

View File

@@ -10,7 +10,7 @@ set -euo pipefail
#Edit the below file to reflect your information
##################################################
source "./StakeholderOutputVariables.env"
source "../StakeholderOutputVariables.env"
####################################################
####################################################
@@ -37,9 +37,9 @@ export StakeholderOutputMarkdownInputFile="$1"
echo "Cleaning up from previous runs..."
rm $BUILDYAML_STAKEHOLDER_OUTPUT
rm $StakeholderOutputMarkdownOutputFile
rm $StakeholderOutputPDFOutputFile
rm $BUILDYAML_STAKEHOLDER_OUTPUT || true
rm $StakeholderOutputMarkdownOutputFile || true
rm $StakeholderOutputPDFOutputFile || true
echo "Combining markdown files into single input file for pandoc..."
cat $StakeholderOutputMarkdownInputFile > $StakeholderOutputMarkdownOutputFile