mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
wrap check for release and update
This commit is contained in:
parent
d1e2700fb6
commit
7f0177fed4
@ -50,9 +50,11 @@ main() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
release_charts
|
if [[ -d .deploy ]]; then
|
||||||
sleep 5
|
release_charts
|
||||||
update_index
|
sleep 5
|
||||||
|
update_index
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "Nothing to do. No chart changes detected."
|
echo "Nothing to do. No chart changes detected."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user