Skip to content

Commit

Permalink
Replace NativeBuildReport.java with report-status-in-issue action
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 18, 2025
1 parent 5102c50 commit 27d676a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 110 deletions.
100 changes: 0 additions & 100 deletions .github/NativeBuildReport.java

This file was deleted.

16 changes: 6 additions & 10 deletions .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,10 @@ jobs:
run: rm -r ~/.m2/repository/io/quarkus/platform ~/.m2/repository/io/quarkus/quarkus-universe-bom

- name: Report
uses: quarkusio/report-status-in-issue@main
if: always()
shell: bash
run: |
curl -Ls https://sh.jbang.dev | bash -s - app setup
~/.jbang/bin/jbang .github/NativeBuildReport.java \
issueNumber=35716 \
runId=${{ github.run_id }} \
status=${{ job.status }} \
token=${{ secrets.ECOSYSTEM_CI_TOKEN }} \
issueRepo=quarkusio/quarkus \
thisRepo=${{ github.repository }}
with:
github-token: ${{ secrets.ECOSYSTEM_CI_TOKEN }}
status: ${{ job.status }}
issue-repository: quarkusio/quarkus
issue-number: 35716

0 comments on commit 27d676a

Please sign in to comment.