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"