mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#11712)
This commit is contained in:
parent
86223f444a
commit
fb6a90acc9
|
@ -1 +1 @@
|
|||
468a8cdc42bed4b05375e2bce6cf400a155c6105
|
||||
b3bcd4f776a3bcde9812b72a34b450b409da7e85
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue