uploadReport: update shot path

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2022-01-25 10:41:06 +01:00
parent d328d89c2d
commit 5a65c65e76
No known key found for this signature in database
GPG Key ID: 2585783189A62105

View File

@ -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