Don't upload PDB files in CI

Somehow it is blocking.
This commit is contained in:
Cheng Zhao 2015-07-17 00:54:57 +08:00
parent 02cadde8de
commit 7ab8134613

View file

@ -90,10 +90,6 @@ def main():
upload_atom_shell(github, release, os.path.join(DIST_DIR, MKSNAPSHOT_NAME))
if PLATFORM == 'win32' and not tag_exists:
# Upload PDBs to Windows symbol server.
execute([sys.executable,
os.path.join(SOURCE_ROOT, 'script', 'upload-windows-pdb.py')])
# Upload node headers.
execute([sys.executable,
os.path.join(SOURCE_ROOT, 'script', 'upload-node-headers.py'),