mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Switch PO number for Google Domains for 2017
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144764336
This commit is contained in:
@@ -151,7 +151,7 @@ def _zip_file(ctx):
|
||||
if hasattr(ctx, 'bin_dir'):
|
||||
script = ctx.new_file(ctx.bin_dir, '%s.sh' % ctx.label.name)
|
||||
else:
|
||||
# TODO(user): remove this once Bazel 4.0+ is required.
|
||||
# TODO(kchodorow): remove this once Bazel 4.0+ is required.
|
||||
script = ctx.new_file(ctx.configuration.bin_dir, '%s.sh' % ctx.label.name)
|
||||
ctx.file_action(output=script, content='\n'.join(cmd), executable=True)
|
||||
inputs = [ctx.file._zipper]
|
||||
|
||||
Reference in New Issue
Block a user