diff options
-rw-r--r-- | platform/android/bitrise.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml index 395ad0aad7..f67edac3d8 100644 --- a/platform/android/bitrise.yml +++ b/platform/android/bitrise.yml @@ -111,12 +111,4 @@ workflows: #!/bin/bash cd platform/android - ./gradlew uploadArchives - - script: - title: Upload Downloadable APK To AWS S3 - inputs: - - content: |- - #!/bin/bash - - echo "Upload Downloadable APK To AWS S3" - aws s3 cp platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-release-unsigned.apk s3://mapbox-android-sdk/
\ No newline at end of file + ./gradlew uploadArchives
\ No newline at end of file |