mirror of https://github.com/ppy/osu
Automate change notes
This commit is contained in:
parent
dd1bba5ad2
commit
43f1099e77
|
@ -28,9 +28,13 @@ platform :ios do
|
||||||
build_platform: 'iPhone'
|
build_platform: 'iPhone'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
client = HTTPClient.new
|
||||||
|
changelog = client.get_content 'https://gist.githubusercontent.com/peppy/ab89c29dcc0dce95f39eb218e8fad197/raw'
|
||||||
|
changelog.gsub!('$BUILD_ID', options[:build])
|
||||||
|
|
||||||
pilot(
|
pilot(
|
||||||
skip_waiting_for_build_processing: true,
|
wait_processing_interval: 600,
|
||||||
changelog: "i am woot poot",
|
changelog: changelog,
|
||||||
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
|
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue