Compare commits

...

4 Commits

Author SHA1 Message Date
e5cd5f4f79 Update "MarkdownResume-Pipeline" from "https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline.git@main"
git-vendor-name: MarkdownResume-Pipeline
git-vendor-dir: vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline
git-vendor-repository: https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline.git
git-vendor-ref: main
2024-12-13 12:12:46 -06:00
af4876a447 Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' changes from 1fba3a2..171eb46
171eb46 refactor...

git-subtree-dir: vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline
git-subtree-split: 171eb465221b372120a522280334b6732125edc4
2024-12-13 12:12:46 -06:00
34b87aa38f Update "MarkdownResume-Pipeline" from "https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline.git@main"
git-vendor-name: MarkdownResume-Pipeline
git-vendor-dir: vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline
git-vendor-repository: https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline.git
git-vendor-ref: main
2024-12-13 12:10:45 -06:00
70cd9780ed Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' changes from 5bb19c8..1fba3a2
1fba3a2 refactor...

git-subtree-dir: vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline
git-subtree-split: 1fba3a264290604446f0764c9160e0d3b4421bc0
2024-12-13 12:10:45 -06:00

View File

@@ -6,13 +6,13 @@
# Expand variables into rendered YAML files. These will be used by pandoc to create the output artifacts # Expand variables into rendered YAML files. These will be used by pandoc to create the output artifacts
"$MO_PATH" "$PipelineClientWorkingDir/build/BuildTemplate-CandidateInfoSheet.yml" > "$BUILDYAML_CANDIDATEINFOSHEET" $MO_PATH $PipelineClientWorkingDir/build/BuildTemplate-CandidateInfoSheet.yml > "$BUILDYAML_CANDIDATEINFOSHEET"
"$MO_PATH" "$PipelineClientWorkingDir/build/BuildTemplate-JobBoard.yml >" "$BUILDYAML_JOBBOARD" $MO_PATH $PipelineClientWorkingDir/build/BuildTemplate-JobBoard.yml > "$BUILDYAML_JOBBOARD"
"$MO_PATH" "$PipelineClientWorkingDir/build/BuildTemplate-ClientSubmission.yml" > "$BUILDYAML_CLIENTSUBMISSION" $MO_PATH $PipelineClientWorkingDir/build/BuildTemplate-ClientSubmission.yml > "$BUILDYAML_CLIENTSUBMISSION"
echo "Creating candidate info sheet..." echo "Creating candidate info sheet..."
"$MO_PATH" "$PipelineClientWorkingDir/Templates/CandidateInfoSheet/CandidateInfoSheet.md" > "$CandidateInfoSheetMarkdownOutputFile" $MO_PATH $PipelineClientWorkingDir/Templates/CandidateInfoSheet/CandidateInfoSheet.md > "$CandidateInfoSheetMarkdownOutputFile"
pandoc \ pandoc \
"$CandidateInfoSheetMarkdownOutputFile" \ "$CandidateInfoSheetMarkdownOutputFile" \