Skip to content

Commit

Permalink
su envoybuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohanon committed Sep 18, 2023
1 parent 4008818 commit 7d1c97a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
steps:
- name: 'envoyproxy/envoy-build-ubuntu:41c5a05d708972d703661b702a63ef5060125c33'
args: ['ci/do_ci.sh', 'release', '//test/extensions/...', '//test/common/...', '//test/integration/...']
entrypoint: 'bash'
args: ['-c', 'su envoybuild && ci/do_ci.sh release //test/extensions/... //test/common/... //test/integration/...']
volumes:
- name: 'vol-build'
path: '/build'
Expand Down

0 comments on commit 7d1c97a

Please sign in to comment.