Created
October 21, 2024 17:53
-
-
Save tsibley/2d4325a47436f68bf652e9de68c6b2c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults: | |
a: | |
x: 1 | |
y: 2 | |
b: | |
z: 3 | |
builds: | |
global: | |
a: | |
y: 22 | |
north-america: | |
a: | |
x: 11 | |
y: 22 | |
south-america: | |
asia: | |
b: | |
z: 33 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment