mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 07:16:06 +02:00
Update 99-run.sh
This commit is contained in:
@@ -218,15 +218,14 @@ for f in */; do
|
|||||||
sed -e '/.*dev.*/d' |
|
sed -e '/.*dev.*/d' |
|
||||||
sed -e '/.*nightly.*/d' |
|
sed -e '/.*nightly.*/d' |
|
||||||
sed -e '/.*beta.*/d' |
|
sed -e '/.*beta.*/d' |
|
||||||
sed -e "/.*$EXCLUDE_TEXT.*/d" |
|
|
||||||
sort -V |
|
sort -V |
|
||||||
tail -n 1)" || true
|
tail -n 1)" || true
|
||||||
if [[ "$LASTVERSION" == "" ]]; then
|
if [[ "$LASTVERSION" == "" ]]; then
|
||||||
# Continue to next
|
# Continue to next
|
||||||
echo "No packages found"
|
bashio::log.warning "No packages found"
|
||||||
set_continue=true
|
set_continue=true
|
||||||
else
|
else
|
||||||
echo "Found tag $LASTVERSION"
|
bashio::log.info "Found tag $LASTVERSION"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Continue to next
|
# Continue to next
|
||||||
|
|||||||
Reference in New Issue
Block a user