Skip to content

Commit

Permalink
Fix try for ./mvnw: Permission denied error
Browse files Browse the repository at this point in the history
  • Loading branch information
IBA-mainframe-dev committed May 21, 2024
1 parent d1acf72 commit 218cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hpi-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build Jenkins Plugin into .hpi
shell: bash
run: ./mvnw clean package
run: chmod +x mvnw && ./mvnw clean package

- name: Verify content of target folder
shell: bash
Expand Down

0 comments on commit 218cec8

Please sign in to comment.