Skip to content

Commit

Permalink
merge with main, print to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Sep 30, 2024
1 parent 7ef235a commit f6cc674
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/scripts/uds_verification_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
3 changes: 1 addition & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6cc674

Please # to comment.