Skip to content

Commit b4d31bb

Browse files
authored
fix: wrong ref for global variables (Azure#17722)
1 parent bf144f6 commit b4d31bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: $(pool.name)
3030

3131
variables:
32-
- template: ../variables/globals.yml
32+
- template: ./eng/pipelines/templates/variables/globals.yml
3333
- name: GOPATH
3434
value: '$(system.defaultWorkingDirectory)/work'
3535
- name: sdkPath

0 commit comments

Comments
 (0)