chore: apply patches from master to 3.0 (#14184)

This commit is contained in:
Samuel Attard 2018-08-17 17:42:46 -07:00 committed by GitHub
parent 0f937c2300
commit bd4334e2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -10,7 +10,7 @@ from lib.util import s3put, scoped_cwd, safe_mkdir
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'D')
BASE_URL = 'https://electron-metadumper.herokuapp.com/?version=v'
BASE_URL = 'https://electron-metadumper.herokuapp.com/?version='
version = sys.argv[1]
authToken = os.getenv('META_DUMPER_AUTH_HEADER')