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
This commit is contained in:
		| @@ -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" \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user