Skip to content

Commit

Permalink
Try not to use the configuration cache in gradle automations at the m…
Browse files Browse the repository at this point in the history
…oment

This is done because the current implementation of the gradle commands is not correct and the cache fails on GitHub actions.
  • Loading branch information
AlexPl292 committed Jul 3, 2024
1 parent f4eef04 commit 89a3d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/closeYoutrackOnCommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "LAST_COMMIT=$(git rev-list -n 1 tags/workflow-close-youtrack)" >> $GITHUB_ENV
- name: Update YouTrack
run: ./gradlew updateYoutrackOnCommit
run: ./gradlew updateYoutrackOnCommit --no-configuration-cache # No configuration cache to avoid fails on GH Actions
env:
SUCCESS_COMMIT: ${{ env.LAST_COMMIT }}
YOUTRACK_TOKEN: ${{ secrets.YOUTRACK_TOKEN }}
Expand Down

0 comments on commit 89a3d74

Please sign in to comment.