File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727# Resolve RESULTS_PATH to absolute path and validate it's within workspace
2828RESULTS_PATH_ABS=$( cd " $RESULTS_PATH " && pwd -P)
2929WORKSPACE_PATH=$( pwd -P)
30+ s3_reports_path=" s3://a8c-jetpack-e2e-reports/reports"
31+ REPORTS_BASE_URL=$( node " $SCRIPT_PATH /get-config-value.js" reportDeepUrl)
3032
3133# Ensure RESULTS_PATH doesn't escape the workspace (GitHub Actions workspace)
3234if [[ " $RESULTS_PATH_ABS " != " $WORKSPACE_PATH " * ]] && [[ " $RESULTS_PATH_ABS " != " $( dirname " $WORKSPACE_PATH " ) " * ]]; then
@@ -105,9 +107,6 @@ for d in "$RESULTS_PATH"/*; do
105107 fi
106108done
107109
108- s3_reports_path=" s3://a8c-jetpack-e2e-reports/reports"
109- REPORTS_BASE_URL=$( node " $SCRIPT_PATH /get-config-value.js" reportDeepUrl)
110-
111110echo " ----------------------------------------"
112111
113112for d in " $LOCAL_REPORTS_PATH " /* ; do
You can’t perform that action at this time.
0 commit comments