8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd31d2c commit e486946Copy full SHA for e486946
tools/bazel_integration_test/test_runner.py
@@ -28,8 +28,6 @@ def modify_WORKSPACE(wksp, distro_path):
28
'url = "file://%s"' % r.Rlocation(distro_path),
29
content)
30
content = re.sub(r'sha256 = "', '#\1', content)
31
- # TODO(alexeagle): can remove this after 0.0.3 since the strip_prefix was an accident during 0.0.2 release
32
- content = re.sub(r'strip_prefix = "', '#\1', content)
33
with open(wksp, 'w') as wksp_file:
34
wksp_file.write(content)
35
0 commit comments