mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
8 lines
338 B
YAML
8 lines
338 B
YAML
shared:
|
|
source:
|
|
base_url: <%= ENV.fetch('SOURCE_BASE_URL', nil) %>
|
|
repository: <%= ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon') %>
|
|
tag: <%= ENV.fetch('SOURCE_TAG', nil) %>
|
|
version:
|
|
metadata: <%= ENV.fetch('MASTODON_VERSION_METADATA', nil) %>
|
|
prerelease: <%= ENV.fetch('MASTODON_VERSION_PRERELEASE', nil) %>
|