Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 56d306f

Browse files
authored
new autograph urls for signing (#1487)
1 parent 427ad60 commit 56d306f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
curl -F "input=@/tmp/artifacts-android/app-arm64-v8a-release.apk" \
9797
-o /tmp/artifacts-android/app-arm64-v8a-release-signed.apk \
9898
-H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
99-
https://autograph-edge.prod.mozaws.net/sign
99+
https://edge.prod.autograph.services.mozaws.net/sign
100100
- run:
101101
name: Verify APK arm64
102102
command: |
@@ -111,7 +111,7 @@ jobs:
111111
curl -F "input=@/tmp/artifacts-android/app-armeabi-v7a-release.apk" \
112112
-o /tmp/artifacts-android/app-armeabi-v7a-release-signed.apk \
113113
-H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
114-
https://autograph-edge.prod.mozaws.net/sign
114+
https://edge.prod.autograph.services.mozaws.net/sign
115115
- run:
116116
name: Verify APK arm
117117
command: |
@@ -126,7 +126,7 @@ jobs:
126126
curl -F "input=@/tmp/artifacts-android/app-x86-release.apk" \
127127
-o /tmp/artifacts-android/app-x86-release-signed.apk \
128128
-H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
129-
https://autograph-edge.prod.mozaws.net/sign
129+
https://edge.prod.autograph.services.mozaws.net/sign
130130
- run:
131131
name: Verify APK x86
132132
command: |

0 commit comments

Comments
 (0)