Compare commits
4 Commits
806ed7b8c1
...
e5cd5f4f79
Author | SHA1 | Date | |
---|---|---|---|
e5cd5f4f79 | |||
af4876a447 | |||
34b87aa38f | |||
70cd9780ed |
@@ -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