Skip to content

Commit

Permalink
Fix path to report script when building Quarkus
Browse files Browse the repository at this point in the history
Should fix:
Failed to build Quarkus
Error:  [ERROR] Script or alias could not be found or read: '.github/quarkus-ecosystem-issue.java'
  • Loading branch information
gsmet authored Dec 1, 2023
1 parent 687fe07 commit 21be6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-and-test
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if ./mvnw -B clean install -DskipTests -DskipITs -DskipDocs -Prelocations ; then
echo "Quarkus built successfully"
else
echo "Failed to build Quarkus"
jbang .github/quarkus-ecosystem-issue.java token="${ECOSYSTEM_CI_TOKEN}" status="failure" issueRepo="${ISSUE_REPO}" issueNumber="${ISSUE_NUM}" thisRepo="${GITHUB_REPOSITORY}" runId="${GITHUB_RUN_ID}"
jbang ../ecosystem-ci/quarkus-ecosystem-issue.java token="${ECOSYSTEM_CI_TOKEN}" status="failure" issueRepo="${ISSUE_REPO}" issueNumber="${ISSUE_NUM}" thisRepo="${GITHUB_REPOSITORY}" runId="${GITHUB_RUN_ID}"
exit 1
fi

Expand Down

0 comments on commit 21be6f3

Please sign in to comment.