Skip to content

Commit f22231a

Browse files
committed
DO NOT SUBMIT: Disable cache for testing since I can't upload
1 parent 891c4e7 commit f22231a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ci/docker/scripts/android-sdk-manager.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ def cli_install(args):
144144
lockfile = Lockfile(args.lockfile)
145145
for package in lockfile.packages.values():
146146
# 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)
147+
#url = "https://" + MIRROR_BUCKET + ".s3-" + MIRROR_BUCKET_REGION + \
148+
# ".amazonaws.com/" + MIRROR_BASE_DIR
149+
downloaded = package.download(BASE_REPOSITORY)
150150
# Extract the file in a temporary directory
151151
extract_dir = tempfile.mkdtemp()
152152
subprocess.run([

0 commit comments

Comments
 (0)