json bits...

This commit is contained in:
Charles N Wyble 2024-12-13 14:03:47 -06:00
parent 4703d43798
commit bbf4749d7e

View File

@ -23,10 +23,8 @@ source "./CandidateVariables.env"
# Setup key variables that will be used by the build-pipeline-server-markdown.sh script
######################################################################################
export MO_PATH="bash ../../vendor/git.knownelement.com/ExternalVendorCode/mo/mo"
export BUILD_OUTPUT_DIR="$PipelineClientWorkingDir/build-output/JSONResume"
export JSON_TEMPLATE_DIRECTORY="$PipelineClientWorkingDir/Templates/JSONResume/"
export JSON_TEMPLATE_DIRECTORY="$PipelineClientWorkingDir/Templates/JSONResume"
export JobBoardJSONOutputFile="$BUILD_OUTPUT_DIR/job-board/Candidate-Resume.json"
export ClientSubmissionJSONOutputFile="$BUILD_OUTPUT_DIR/client-submit/Candidate-Resume.json"