Skip to content

Commit

Permalink
ci/windows: Fix cache key (envoyproxy#29274)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Sep 1, 2023
1 parent 34c68f9 commit 9a2f5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/stage/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- task: Cache@2
inputs:
key: '"windows.release" | $(cacheKeyBazelFiles)'
key: '"windows.release" | $(cacheKeyBazel)'
path: $(Build.StagingDirectory)/repository_cache
continueOnError: true
- bash: ci/run_envoy_docker.sh ci/windows_ci_steps.sh
Expand Down

0 comments on commit 9a2f5fc

Please sign in to comment.