tfa-next: fix SHARE_FOLDER

The SHARE_FOLDER is set to the staging directory which contains out of
date data from previous testing on staging.

Set correctly to the production dir.

Change-Id: I8975ba00bcf2c6facef24e34fbfecf133d658bdd
Signed-off-by: Zachary Leaf <zachary.leaf@arm.com>
diff --git a/tf-a-main-tfa-next.yaml b/tf-a-main-tfa-next.yaml
index e3cd217..dc99040 100644
--- a/tf-a-main-tfa-next.yaml
+++ b/tf-a-main-tfa-next.yaml
@@ -65,7 +65,7 @@
               'Refs to fetch for the tf-a-ci-scripts repo'
         - string:
             name: SHARE_FOLDER
-            default: '/srv/shared/staging/${JOB_NAME}/${BUILD_NUMBER}'
+            default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
             description: 'Folder containing shared repositories for downstream pipeline jobs'
         - string:
             name: CLONE_REPOS