a bit more work before tagging a 1.0
This commit is contained in:
parent
5d0b2582ff
commit
e20fc6f0dc
@ -4,4 +4,4 @@ An example implementation of the MarkdownResume pipeline with the @ReachableCEO
|
||||
|
||||
See [upstream repo](https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline) for the build scripts/templates
|
||||
|
||||
See [this direcotry](./vendor/git.knownelement.com/reachableceo/MarkdownResume) for my production resume that has the pipeline vendored in.
|
||||
See [this direcotry](./vendor/git.knownelement.com/reachableceo/MarkdownResume) for my production resume that has the pipeline vendored in.
|
||||
|
8
vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/.gitignore
generated
vendored
8
vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/.gitignore
generated
vendored
@ -1,8 +1,4 @@
|
||||
build-output/client-submission/*.md
|
||||
build-output/client-submission/*.pdf
|
||||
build-output/client-submission/*.doc
|
||||
build-output/job-board/*.md
|
||||
build-output/job-board/*.pdf
|
||||
build-output/job-board/*.doc
|
||||
build-temp/client-submission/*.md
|
||||
build-temp/job-board/*.md
|
||||
build-temp/*.yml
|
||||
build-temp/*.md
|
@ -1 +0,0 @@
|
||||
Working directory for the pipeline. Don't use.
|
10
vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/build/build.sh
generated
vendored
10
vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/build/build.sh
generated
vendored
@ -25,18 +25,18 @@ export PAGEBACKGROUND="../vendor/git.knownelement.com/ExternalVendorCode/pandoc-
|
||||
############################################################
|
||||
|
||||
readonly MO_PATH="bash ../vendor/git.knownelement.com/ExternalVendorCode/mo/mo"
|
||||
readonly BUILD_OUTPUT_DIR="../build-output"
|
||||
readonly BUILD_OUTPUT_DIR="D:\tsys\@ReachableCEO\resume.reachableceo.com"
|
||||
readonly BUILD_TEMP_DIR="../build-temp"
|
||||
readonly BUILDYAML_JOBBOARD="$BUILD_TEMP_DIR/JobBoard.yml"
|
||||
readonly BUILDYAML_CLIENTSUBMISSION="$BUILD_TEMP_DIR/ClientSubmission.yml"
|
||||
|
||||
echo "Cleaning up from previous runs..."
|
||||
|
||||
JobBoardMarkdownOutputFile="$BUILD_OUTPUT_DIR/job-board/Resume.md"
|
||||
JobBoardPDFOutputFile="$BUILD_OUTPUT_DIR/job-board/Resume.pdf"
|
||||
JobBoardMSWordOutputFile="$BUILD_OUTPUT_DIR/job-board/Resume.doc"
|
||||
JobBoardMarkdownOutputFile="$BUILD_TEMP_DIR/job-board/Resume.md"
|
||||
JobBoardPDFOutputFile="$BUILD_OUTPUT_DIR/job-board/CharlesNWyble-Resume.pdf"
|
||||
JobBoardMSWordOutputFile="$BUILD_OUTPUT_DIR/job-board/CharlesNWyble-Resume.doc"
|
||||
|
||||
ClientSubmissionMarkdownOutputFile="$BUILD_OUTPUT_DIR/client-submission/Resume.md"
|
||||
ClientSubmissionMarkdownOutputFile="$BUILD_TEMP_DIR/client-submission/Resume.md"
|
||||
ClientSubmissionPDFOutputFile="$BUILD_OUTPUT_DIR/client-submission//Resume.pdf"
|
||||
ClientSubmissionMSWordOutputFile="$BUILD_OUTPUT_DIR/client-submission/Resume.doc"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user