wrap check for release and update

This commit is contained in:
Jeff Billimek 2019-08-04 23:40:44 -04:00
parent d1e2700fb6
commit 7f0177fed4

View File

@ -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