From 830f6206d0093194a0e756e477c5f9513cecbe27 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 7 Mar 2024 22:19:50 -0800 Subject: [PATCH] script cruft --- misc/jenkins/compile_other_versions/compile.sh | 4 +--- misc/jenkins/compile_other_versions/prepare_bundle.sh | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/misc/jenkins/compile_other_versions/compile.sh b/misc/jenkins/compile_other_versions/compile.sh index 07cd80e028..c344211342 100755 --- a/misc/jenkins/compile_other_versions/compile.sh +++ b/misc/jenkins/compile_other_versions/compile.sh @@ -24,9 +24,7 @@ rm -rf pch/pch.h.gch.sh cd .. cd firmware/$BOARD_DIR -pwd + echo "Invoking $COMPILE_SCRIPT" bash $COMPILE_SCRIPT - -echo "Success for $SCRIPT_NAME!" diff --git a/misc/jenkins/compile_other_versions/prepare_bundle.sh b/misc/jenkins/compile_other_versions/prepare_bundle.sh index b3d26f82ed..4d6caa58c6 100755 --- a/misc/jenkins/compile_other_versions/prepare_bundle.sh +++ b/misc/jenkins/compile_other_versions/prepare_bundle.sh @@ -18,6 +18,3 @@ fi export BUNDLE_FULL_NAME="fome_bundle_${BUNDLE_NAME}" bash misc/jenkins/build_working_folder.sh - -pwd -echo "exiting $SCRIPT_NAME"