Update CI
This commit is contained in:
@@ -18,10 +18,9 @@ default_platform(:ios)
|
|||||||
before_each do |_lane, _options|
|
before_each do |_lane, _options|
|
||||||
ENV['USER_NAME'] = 'mlch911@icloud.com'
|
ENV['USER_NAME'] = 'mlch911@icloud.com'
|
||||||
ENV['BUNDLE_ID'] = 'tech.mluoc.hyzpYbqx'
|
ENV['BUNDLE_ID'] = 'tech.mluoc.hyzpYbqx'
|
||||||
ENV['TEAM_ID'] = '124688302'
|
ENV['TEAM_ID'] = '64SK828CZ2'
|
||||||
ENV['WORKSPACE'] = 'Runner.xcworkspace'
|
ENV['WORKSPACE'] = 'Runner.xcworkspace'
|
||||||
ENV['SCHEME'] = 'Runner'
|
ENV['SCHEME'] = 'Runner'
|
||||||
ENV['']
|
|
||||||
end
|
end
|
||||||
|
|
||||||
platform :ios do
|
platform :ios do
|
||||||
@@ -85,7 +84,7 @@ platform :ios do
|
|||||||
distribute_external: true,
|
distribute_external: true,
|
||||||
changelog: '【优化】修复bug,优化体验',
|
changelog: '【优化】修复bug,优化体验',
|
||||||
notify_external_testers: true,
|
notify_external_testers: true,
|
||||||
groups: ['dev', 'test']
|
groups: ['Dev', 'Test']
|
||||||
)
|
)
|
||||||
|
|
||||||
clean_build_artifacts
|
clean_build_artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user