diff --git a/misc/jenkins/compile_other_versions/compile.sh b/misc/jenkins/compile_other_versions/compile.sh index 34d6798469..7fc009528a 100644 --- a/misc/jenkins/compile_other_versions/compile.sh +++ b/misc/jenkins/compile_other_versions/compile.sh @@ -30,6 +30,9 @@ echo "Invoking $COMPILE_SCRIPT" bash $COMPILE_SCRIPT +echo "We are in" +pwd + [ -e ../../../build/rusefi.hex ] || { echo "Just to confirm - FAILED to compile with $COMPILE_SCRIPT"; exit 1; } cd ../../../..