mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02: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:
parent
579e4cb74e
commit
9adfd7a353
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue