debugging

This commit is contained in:
Jeff Billimek 2019-08-05 01:11:17 -04:00
parent 4930cf60ec
commit da472a93d7

View File

@ -48,7 +48,9 @@ main() {
done < /tmp/modified_dirs.txt done < /tmp/modified_dirs.txt
rm /tmp/modified_dirs.txt rm /tmp/modified_dirs.txt
if [[ -d .deploy ]]; then ls -ald .deploy
if [ -d .deploy ]; then
release_charts release_charts
sleep 5 sleep 5
update_index update_index