Skip to content

Commit

Permalink
Fix default value for env vars in build-test-resource-config template
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored and azure-sdk committed Jul 1, 2024
1 parent 250b92c commit 6190aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/TestResources/build-test-resource-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
# EnvVars is used to help diagnose variable conflict issues early
- name: EnvVars
type: object
default: null
default: {}
- name: SubscriptionConfigurationFilePaths
type: object
default: null
Expand Down

0 comments on commit 6190aaa

Please sign in to comment.