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
if [[ -d .deploy ]]; then
release_charts release_charts
sleep 5 sleep 5
update_index update_index
fi
else else
echo "Nothing to do. No chart changes detected." echo "Nothing to do. No chart changes detected."
fi fi