Skip to content

Commit

Permalink
remove slack messages from fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Oct 19, 2018
1 parent f65039b commit 275402c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ platform :ios do
upload_to_testflight(
ipa: "status_appstore/StatusIm.ipa"
)
slack(
message: "New release build uploaded to TestFlight",
slack_url: ENV["SLACK_URL"],
default_payloads: []
)
end

desc "`fastlane ios clean` - remove inactive TestFlight users"
Expand Down Expand Up @@ -172,12 +167,6 @@ platform :android do
apk: "android/app/build/outputs/apk/release/app-release.apk",
json_key_data: ENV["GOOGLE_PLAY_JSON_KEY"]
)

slack(
message: "New nightly build uploaded to Google Play",
slack_url: ENV["SLACK_URL"],
default_payloads: []
)
end
lane :release do
desc "Deploy a new alpha (public) build to Google Play"
Expand All @@ -187,11 +176,6 @@ platform :android do
apk: "android/app/build/outputs/apk/release/app-release.apk",
json_key_data: ENV["GOOGLE_PLAY_JSON_KEY"]
)
slack(
message: "New release build uploaded to Google Play",
slack_url: ENV["SLACK_URL"],
default_payloads: []
)
end

desc "`fastlane android upload_diawi` - upload .apk to diawi"
Expand Down

0 comments on commit 275402c

Please sign in to comment.