0
0
Fork 0

Move feature flag test setup into config (#34124)

This commit is contained in:
David Roetzel 2025-03-11 14:29:17 +01:00 committed by GitHub
parent dc43699b77
commit bedf808e02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 19 deletions

View file

@ -10,3 +10,5 @@ shared:
version:
metadata: <%= ENV.fetch('MASTODON_VERSION_METADATA', nil) %>
prerelease: <%= ENV.fetch('MASTODON_VERSION_PRERELEASE', nil) %>
test:
experimental_features: <%= [ENV.fetch('EXPERIMENTAL_FEATURES', nil), 'testing_only'].compact.join(',') %>