1 parent 21d233b commit 6ec2693Copy full SHA for 6ec2693
1 file changed
scripts/redeploy.py
@@ -219,8 +219,6 @@ def deploy_tarball(tar_gz_url, build_dir):
219
deployer.bundles_path = args.bundles_dir
220
deployer.should_clean = args.clean
221
222
- deployer.symlink_paths = {}
223
-
224
for include in args.include:
225
deployer.symlink_paths.update({ os.path.basename(pth): pth for pth in glob.iglob(include) })
226
0 commit comments