Skip to content

Commit

Permalink
COVID MoH Mali GPS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
binokaryg committed Oct 12, 2020
1 parent 82c34e8 commit 40525d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ deploy:
on:
tags: true
repo: medic/medic-android
branch: covid_moh_mali
branch: covid_moh_mali_310
19 changes: 1 addition & 18 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,5 @@ platform :android do
package_name = options[:flavor] == 'unbranded' ? "org.medicmobile.webapp.mobile" : "org.medicmobile.webapp.mobile.#{options[:flavor]}"

gradle(task: gradleTaskName)

supply(
package_name: package_name,
track: "alpha",
json_key: "playstore-secret.json",
apk_paths: [
"build/outputs/apk/#{options[:flavor]}/release/medic-android-#{version}-#{options[:flavor]}-arm64-v8a-release.apk",
"build/outputs/apk/#{options[:flavor]}/release/medic-android-#{version}-#{options[:flavor]}-armeabi-v7a-release.apk",
],
skip_upload_aab: true,
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
validate_only: false,

timeout: 3600,
)
end
end
end

0 comments on commit 40525d1

Please sign in to comment.