Skip to content

Commit

Permalink
Use bash Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Jul 25, 2024
1 parent fb6ba61 commit 241c80c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
with:
image: jenkins/jenkins:lts
options: -v ${{ github.workspace }}:/work
shell: bash
run: |
cd work
chmod +x ./gradlew
Expand Down Expand Up @@ -166,6 +167,7 @@ jobs:
with:
image: sonatype/nexus3
options: -v ${{ github.workspace }}:/work
shell: bash
run: |
cd work
chmod +x ./gradlew
Expand Down

0 comments on commit 241c80c

Please sign in to comment.