Skip to content

Commit 8b7e932

Browse files
author
Kevin Li
authored
Remove config for maven credentials (#1197)
1 parent ec6e6d1 commit 8b7e932

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

circle.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
gcloud firebase test android run --type instrumentation \
7171
--app app/build/outputs/apk/debug/app-debug.apk \
7272
--test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
73-
--device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 20m
73+
--device-ids blueline --os-version-ids 28 --locales en --orientations portrait --timeout 20m
7474
fi
7575
- store_artifacts:
7676
path: app/build/reports
@@ -91,18 +91,6 @@ jobs:
9191
- run:
9292
name: Init submodules
9393
command: git submodule update --init --recursive
94-
- run:
95-
name: Generate Maven credentials
96-
shell: /bin/bash -euo pipefail
97-
command: |
98-
if [ -n "${PUBLISH_NEXUS_USERNAME}" ]; then
99-
aws s3 cp s3://mapbox/android/signing-credentials/secring.gpg secring.gpg
100-
echo "NEXUS_USERNAME=$PUBLISH_NEXUS_USERNAME
101-
NEXUS_PASSWORD=$PUBLISH_NEXUS_PASSWORD
102-
signing.keyId=$SIGNING_KEYID
103-
signing.password=$SIGNING_PASSWORD
104-
signing.secretKeyRingFile=../secring.gpg" >> gradle.properties
105-
fi
10694
- run:
10795
name: Build Plugins SDK
10896
command: make build-release

0 commit comments

Comments
 (0)