blob: c197868c781e399b2048cd76d5b7cbafce1be9cd [file] [log] [blame]
#!/usr/bin/env python3
# Copyright (c) 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import os
CHROME_SIGNED_BUCKET = "chrome-unsigned"
CHROME_SIGNED_ARTIFACT_PATH = "desktop-5c0tCh/%s/mac64/devtools-frontend.zip"
LOCAL_BUCKET = os.getenv("LOCAL_BUCKET")