From 5ddf70eec5dd97d84f52ff1151fd3f8c66a790a0 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Sat, 14 Dec 2024 23:22:04 -0600 Subject: [PATCH] . --- .../build/create-stakeholder-output-client.sh | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 local/build/create-stakeholder-output-client.sh diff --git a/local/build/create-stakeholder-output-client.sh b/local/build/create-stakeholder-output-client.sh deleted file mode 100644 index 67086e6..0000000 --- a/local/build/create-stakeholder-output-client.sh +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash - -# This is a demo script for the DSR-Pipeline-Server -# This script creates PDF output from markdown input - - -############################################ -#Edit this file to reflect your information -############################################ - -source "./StakeholderProductVariables.env" - -#################################################### -#################################################### -#################################################### -#DO NOT CHANGE ANYTHING BELOW THIS LINE -#################################################### -#################################################### -#################################################### - -###################################################################################### -# 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_TEMP_DIR="$PipelineClientWorkingDir/build-temp" -export BUILD_OUTPUT_DIR="$PipelineClientWorkingDir/build-output" - -export BUILDYAML_STAKEHOLDER_OUTPUT="$BUILD_TEMP_DIR/StakeholderOutput.yml" -export StakeholderOutputMarkdownOutputFile="$BUILD_OUTPUT_DIR/StakeholderOutput.md" -export StakeholderOutputPDFOutputFile="$BUILD_OUTPUT_DIR/StakeholderOutput.pdf" - - -echo "Cleaning up from previous runs..." - -rm $BUILDYAML_STAKEHOLDER_OUTPUT -rm $StakeholderOutputMarkdownOutputFile -rm $StakeholderOutputPDFOutputFile - -bash ../../vendor/git.knownelement.com/reachableceo/DSR-Pipeline-Server/build/build-stakeholder-output-server.sh