Skip to content

Commit

Permalink
Fix Cirrus cache key for Windows task
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Nov 25, 2024
1 parent 65435a8 commit 4491e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus/modules/qa.star
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def qa_os_win_task():
"depends_on": "build",
"ec2_instance": ec2_instance_builder(),
"env": artifactory_reader_env(),
"gradle_cache": gradle_cache(),
"gradle_cache": gradle_cache(fingerprint_script="git rev-parse HEAD"),
"gradle_wrapper_cache": gradle_wrapper_cache(),
"build_script": qa_win_script(),
"on_failure": on_failure(),
Expand Down

0 comments on commit 4491e7a

Please sign in to comment.