Skip to content

Commit

Permalink
Add group reference and adjust existing var
Browse files Browse the repository at this point in the history
ChatGPT did *not* have the whole story. Not anywhere close.
  • Loading branch information
bskinn committed Dec 10, 2024
1 parent 2966f48 commit 297220f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ pr:
- stable

variables:
pip_cache_dir: $(Pipeline.Workspace)/.pip
- group: default-variables
- name: pip_cache_dir
value: $(Pipeline.Workspace)/.pip


stages:
Expand Down

0 comments on commit 297220f

Please sign in to comment.