Skip to content

Commit

Permalink
Fix dirty flag in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Jul 9, 2022
1 parent c68312c commit 742c2b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run git status to determine why it is marked dirty
run: git status
- name: Build with Gradle
run: ./gradlew build
- name: Cleanup Gradle Cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Publish with Gradle
run: ./gradlew publish
env:
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 742c2b5

Please sign in to comment.