Add report fragments and export manifest
This commit is contained in:
parent
2a1a53c140
commit
6c467dd1f4
22 changed files with 630 additions and 24 deletions
|
|
@ -42,7 +42,9 @@ for path in \
|
|||
"$RUNS_DIR/sample-noop/normalized/mappings.json" \
|
||||
"$RUNS_DIR/sample-noop/reports/assessment-package.json" \
|
||||
"$RUNS_DIR/sample-noop/reports/report.md" \
|
||||
"$RUNS_DIR/sample-noop/reports/submission-package.json"
|
||||
"$RUNS_DIR/sample-noop/reports/fragments.json" \
|
||||
"$RUNS_DIR/sample-noop/reports/submission-package.json" \
|
||||
"$RUNS_DIR/sample-noop/exports/export-manifest.json"
|
||||
do
|
||||
if [ ! -f "$path" ]; then
|
||||
echo "ERROR: expected artifact missing: $path" >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue