mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Don't use artifacts for internal builds
This commit is contained in:
parent
f358d75a4f
commit
ebc72eab30
@ -17,12 +17,9 @@ internal:
|
|||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- bash buildbox/build-telegram.sh hockeyapp
|
- bash buildbox/build-telegram.sh hockeyapp
|
||||||
|
- bash buildbox/deploy-telegram.sh hockeyapp
|
||||||
environment:
|
environment:
|
||||||
name: internal
|
name: internal
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- build/artifacts
|
|
||||||
expire_in: 1 week
|
|
||||||
|
|
||||||
beta_testflight:
|
beta_testflight:
|
||||||
tags:
|
tags:
|
||||||
@ -44,7 +41,7 @@ beta_testflight:
|
|||||||
deploy_internal:
|
deploy_internal:
|
||||||
tags:
|
tags:
|
||||||
- ios_internal
|
- ios_internal
|
||||||
stage: deploy
|
stage: deploy_unused
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
except:
|
except:
|
||||||
|
@ -60,6 +60,6 @@ lane :build_for_appstore do |options|
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
if File.exists?("buildbox/transient-data/telegram-ios-shared/fastlane/Fastfile")
|
if File.exists?("../buildbox/transient-data/telegram-ios-shared/fastlane/Fastfile")
|
||||||
import "buildbox/transient-data/telegram-ios-shared/fastlane/Fastfile"
|
import "../buildbox/transient-data/telegram-ios-shared/fastlane/Fastfile"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user