mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #23164 from david-mcmahon/update-licenses
Auto commit by PR queue bot
This commit is contained in:
commit
6bd5ecc192
@ -131,7 +131,8 @@ process_content () {
|
|||||||
for f in ${remote_files[@]}; do
|
for f in ${remote_files[@]}; do
|
||||||
file_state "${package_root_url}/master/${f}" && continue
|
file_state "${package_root_url}/master/${f}" && continue
|
||||||
if ! FILE_CONTENT[${package}-${type}]="$(\
|
if ! FILE_CONTENT[${package}-${type}]="$(\
|
||||||
curl --fail -s https://${package_root_url}/master/${f})" || \
|
curl --fail --retry 10 -s \
|
||||||
|
https://${package_root_url}/master/${f})" || \
|
||||||
! $(echo "${FILE_CONTENT[${package}-${type}]-}" |\
|
! $(echo "${FILE_CONTENT[${package}-${type}]-}" |\
|
||||||
egrep -qw "${ensure_pattern}") ||
|
egrep -qw "${ensure_pattern}") ||
|
||||||
[[ "${FILE_CONTENT[${package}-${type}]-}" =~ \<\ *html ]] ; then
|
[[ "${FILE_CONTENT[${package}-${type}]-}" =~ \<\ *html ]] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user