Skip to content

Commit

Permalink
Fix yarn cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 16, 2020
1 parent 2cd7c17 commit ff36ea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pool:

variables:
- name: "yarnCachePath"
value: "$(Pipeline.Workspace)/.yarn/cache"
value: "$(System.DefaultWorkingDirectory)/.yarn/cache"
- group: "github"
- name: "githubRepository"
value: "timmo001/home-panel"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pool:

variables:
- name: "yarnCachePath"
value: "$(Pipeline.Workspace)/.yarn/cache"
value: "$(System.DefaultWorkingDirectory)/.yarn/cache"
- group: "github"
- name: "githubRepository"
value: "timmo001/home-panel"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pool:

variables:
- name: "yarnCachePath"
value: "$(Pipeline.Workspace)/.yarn/cache"
value: "$(System.DefaultWorkingDirectory)/.yarn/cache"
- group: "github"
- name: "githubRepository"
value: "timmo001/home-panel"
Expand Down

0 comments on commit ff36ea9

Please sign in to comment.