From 5a65c65e761a40531d2a15c48f0398d2bd0a6e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey=20Vilas?= Date: Tue, 25 Jan 2022 10:41:06 +0100 Subject: [PATCH] uploadReport: update shot path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey Vilas --- scripts/uploadReport.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/uploadReport.sh b/scripts/uploadReport.sh index c082541519..f512d48773 100755 --- a/scripts/uploadReport.sh +++ b/scripts/uploadReport.sh @@ -67,7 +67,7 @@ if [ $TYPE = "IT" ]; then elif [ $TYPE = "Unit" ]; then FOLDER=build/reports/tests/testGplayDebugUnitTest else - FOLDER=build/reports/shot/verification + FOLDER=build/reports/shot/gplay/debug/verification fi if [ -e $FOLDER ]; then @@ -92,10 +92,10 @@ else upload "build/reports/tests/testGplayDebugUnitTest" fi - if [ -e build/reports/shot/verification ] ; then + if [ -e build/reports/shot/gplay/debug/verification ] ; then TYPE="Screenshot" BRANCH_TYPE=$BRANCH-$TYPE - upload "build/reports/shot/verification" + upload "build/reports/shot/gplay/debug/verification" fi exit 1 # always fail