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

This commit is contained in:
Istio Automation 2020-07-15 07:23:29 -07:00 committed by GitHub
parent e149371b4a
commit 4a2f13856d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
5d3617e923c2d37b50a1569ccd9fd230489c8fc4
d36a13b2f7a388d674fb1b21c1389b96d7727dc5

View File

@ -52,8 +52,9 @@ lint-python:
lint-markdown:
@${FINDFILES} -name '*.md' -print0 | ${XARGS} mdl --ignore-front-matter --style common/config/mdl.rb
# TODO(tbarrella): clean up fallback
lint-links:
@${FINDFILES} -name '*.md' -print0 | ${XARGS} awesome_bot --skip-save-results --allow_ssl --allow-timeout --allow-dupe --allow-redirect --white-list ${MARKDOWN_LINT_WHITELIST}
@${FINDFILES} -name '*.md' -print0 | ${XARGS} awesome_bot --skip-save-results --allow_ssl --allow-timeout --allow-dupe --allow-redirect --white-list ${MARKDOWN_LINT_ALLOWLIST:-${MARKDOWN_LINT_WHITELIST}}
lint-sass:
@${FINDFILES} -name '*.scss' -print0 | ${XARGS} sass-lint -c common/config/sass-lint.yml --verbose

View File

@ -47,8 +47,8 @@ export REPO_ROOT=/work
--env-file <(env | grep -v ${ENV_BLOCKLIST}) \
-e IN_BUILD_CONTAINER=1 \
-e TZ="${TIMEZONE:-$TZ}" \
--mount "type=bind,source=${PWD},destination=/work,consistency=delegated" \
--mount "type=volume,source=go,destination=/go,consistency=delegated" \
--mount "type=volume,source=gocache,destination=/gocache,consistency=delegated" \
--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" \
${CONDITIONAL_HOST_MOUNTS} \
-w /work "${IMG}" "$@"