Browse Source

uploadReport: update shot path

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
Álvaro Brey Vilas 3 years ago
parent
commit
5a65c65e76
1 changed files with 3 additions and 3 deletions
  1. 3 3
      scripts/uploadReport.sh

+ 3 - 3
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