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

This commit is contained in:
Istio Automation 2022-08-16 16:21:10 -07:00 committed by GitHub
parent 86223f444a
commit fb6a90acc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
468a8cdc42bed4b05375e2bce6cf400a155c6105
b3bcd4f776a3bcde9812b72a34b450b409da7e85

View File

@ -33,7 +33,9 @@ function write_patch_file() {
echo "WARNING: patch file was too large to persist ($(du -h "${PATCH_OUT}"))"
return 0
fi
echo "You can also try applying the patch file from the build artifacts."
outName="artifacts/${PATCH_OUT#"${ARTIFACTS}"/}"
patchFile="${PROW_ARTIFACTS_BASE:-https://gcsweb.istio.io/gcs/istio-prow}/pr-logs/pull/${REPO_OWNER}_${REPO_NAME}/${PULL_NUMBER}/${JOB_NAME}/${BUILD_ID}/${outName}"
echo "You can also try applying the patch file from the build artifacts: 'git apply <(curl -sL \"${patchFile}\")'"
}
if [[ -n $(git status --porcelain) ]]; then