0.1 . succesfull test run.
This commit is contained in:
@@ -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"
|
@@ -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
|
||||
|
Reference in New Issue
Block a user