Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
also add the flags to images_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Jun 28, 2019
1 parent c69cb35 commit f309399
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubuntu/images_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ steps:
'-v', '/var/run:/var/run',
'gcr.io/cloud-builders/bazel:latest',
'run', '//ubuntu:bootstrap_${_IMAGE}',
'--incompatible_disable_deprecated_attr_params=false',
'--incompatible_new_actions_api=false',
'--incompatible_no_support_tools_in_action_inputs=false',
'--host_force_python=PY2',
'--action_env=GIT_ROOT=/workspace',
'--sandbox_writable_path=/workspace']
- name: gcr.io/cloud-builders/docker:latest
Expand Down

0 comments on commit f309399

Please sign in to comment.