From 076c3c81d814e01076d333907ec4a015e9ffaae0 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 17 Dec 2024 14:09:35 -0600 Subject: [PATCH] . --- local/build/build-consulting-profile.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/local/build/build-consulting-profile.sh b/local/build/build-consulting-profile.sh index 150352e..d0b8537 100644 --- a/local/build/build-consulting-profile.sh +++ b/local/build/build-consulting-profile.sh @@ -15,15 +15,13 @@ source ./ConsultantVariables.env export MO_PATH="bash ../../vendor/git.knownelement.com/ExternalVendorCode/mo/mo" export BUILD_TEMP_DIR="$PipelineClientWorkingDir/build-temp/ConsultantProfile" -export BUILDYAML_CONSULTANT_PROFILE="$BUILD_TEMP_DIR/ConsultantProfile.yml" export BUILDYAML_CONSULTANT_INFOSHEET="$BUILD_TEMP_DIR/ConsultantInfoSheet.yml" # Cleanup previous intermediatge and final output artifacts -rm $BUILD_TEMP_DIR/*.yml -rm $BUILD_TEMP_DIR/*.md +rm -vf $BUILD_TEMP_DIR/*.yml -rm $BUILD_OUTPUT_DIR/* +rm -vf $BUILD_OUTPUT_DIR/* # Call the build-pipeline-server in the vendored repository to produce updated output artifacts