We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891c4e7 commit f22231aCopy full SHA for f22231a
src/ci/docker/scripts/android-sdk-manager.py
@@ -144,9 +144,9 @@ def cli_install(args):
144
lockfile = Lockfile(args.lockfile)
145
for package in lockfile.packages.values():
146
# Download the file from the mirror into a temp file
147
- url = "https://" + MIRROR_BUCKET + ".s3-" + MIRROR_BUCKET_REGION + \
148
- ".amazonaws.com/" + MIRROR_BASE_DIR
149
- downloaded = package.download(url)
+ #url = "https://" + MIRROR_BUCKET + ".s3-" + MIRROR_BUCKET_REGION + \
+ # ".amazonaws.com/" + MIRROR_BASE_DIR
+ downloaded = package.download(BASE_REPOSITORY)
150
# Extract the file in a temporary directory
151
extract_dir = tempfile.mkdtemp()
152
subprocess.run([
0 commit comments