mirror of https://git.rancher.io/charts
Fix release index validation script
parent
fc0deb7b05
commit
a809042ff9
|
@ -28,7 +28,7 @@ for url in $(echo $urls | xargs); do
|
|||
echo "skipping ${url}"
|
||||
continue
|
||||
fi
|
||||
if [[ -f ${url} ]]; then
|
||||
if [[ -f ${ROOT_DIR}/${url} ]]; then
|
||||
echo "found ${url}"
|
||||
else
|
||||
echo "MISSING ${url}"
|
||||
|
|
Loading…
Reference in New Issue