Skip to content

Commit

Permalink
Merge pull request #16598 from famod/jdk-ea-job-jbang-jdk-workaround
Browse files Browse the repository at this point in the history
JDK EA job: drop jbang action
  • Loading branch information
gsmet authored Apr 17, 2021
2 parents ac87cb6 + ccf04cf commit 6c0ea9d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/jdk-early-access-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ jobs:
shell: bash
run: rm -r ~/.m2/repository/io/quarkus
- name: Report status
uses: jbangdev/[email protected]
if: "always() && github.repository == 'quarkusio/quarkus' && github.event_name != 'workflow_dispatch'"
with:
script: .github/NativeBuildReport.java
scriptargs: |
issueNumber=15867
runId=${{ github.run_id }}
status=${{ job.status }}
token=${{ secrets.GITHUB_API_TOKEN }}
issueRepo=${{ github.repository }}
shell: bash
run: |
curl -Ls https://sh.jbang.dev | bash -s - app setup
~/.jbang/bin/jbang .github/NativeBuildReport.java \
issueNumber=15867 \
runId=${{ github.run_id }} \
status=${{ job.status }} \
token=${{ secrets.GITHUB_API_TOKEN }} \
issueRepo=${{ github.repository }} \
thisRepo=${{ github.repository }}

0 comments on commit 6c0ea9d

Please sign in to comment.