From f6cc6744824f184488fec0551881721312f714bd Mon Sep 17 00:00:00 2001 From: Justin Law Date: Mon, 30 Sep 2024 15:46:05 -0400 Subject: [PATCH] merge with main, print to stdout --- .github/scripts/uds_verification_report.py | 1 - tasks.yaml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/scripts/uds_verification_report.py b/.github/scripts/uds_verification_report.py index ad4d2ebcc..0e4d4e8fe 100755 --- a/.github/scripts/uds_verification_report.py +++ b/.github/scripts/uds_verification_report.py @@ -66,7 +66,6 @@ def print_package_info( def main(): # Read data from the specified file instead of stdin - # Use the GitHub runner ENV to find the file, if in CI file_path = os.path.join( os.getenv("GITHUB_WORKSPACE", ""), "reports/intermediate-report.txt" ) diff --git a/tasks.yaml b/tasks.yaml index a3426874b..2298757ba 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -12,8 +12,7 @@ tasks: mkdir -p reports - description: "Run UDS Badge Verification Task" cmd: | - uds run verify-uds-badge-cpu --no-progress 2>&1 | tee ./reports/intermediate-report.txt > /dev/null - chmod 644 reports/intermediate-report.txt + uds run verify-uds-badge-cpu --no-progress 2>&1 | tee ./reports/intermediate-report.txt - description: "Clean Up Final Report" cmd: | python3 .github/scripts/uds_verification_report.py | tee ./reports/final-report.txt