Automator: update common-files@master in istio/istio.io@master (#7768)

This commit is contained in:
Istio Automation 2020-07-22 07:44:25 -07:00 committed by GitHub
parent b439f05675
commit 2d8ded6804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
95db31bfc37e5b9637ca6e368308db9bbdd59d4d
8e5eec35f819cc85374dd434b8ceaf58bf560490

View File

@ -50,5 +50,6 @@ export REPO_ROOT=/work
--mount "type=bind,source=${PWD},destination=/work,consistency=cached" \
--mount "type=volume,source=go,destination=/go,consistency=cached" \
--mount "type=volume,source=gocache,destination=/gocache,consistency=cached" \
--mount "type=volume,source=cache,destination=/home/.cache,consistency=cached" \
${CONDITIONAL_HOST_MOUNTS} \
-w /work "${IMG}" "$@"